Skip to content

Commit b0e0aa9

Browse files
committed
delete unused import Nat
1 parent f9c0ff6 commit b0e0aa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

erc20/src/motoko_token/main.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import HashMap "mo:base/HashMap";
2-
import Nat "mo:base/Nat";
32
import Principal "mo:base/Principal";
43

54
shared({ caller }) actor class Token(_name : Text, _decimals : Nat, _symbol : Text, _total : Nat, _owner: Principal) {

0 commit comments

Comments
 (0)