Skip to content

Commit

Permalink
🔥 removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed May 6, 2024
1 parent 728945d commit e5365e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions motoko/token_transfer_from/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ Replace the contents of the `src/token_transfer_from_backend/main.mo` file with
import Icrc1Ledger "canister:icrc1_ledger_canister";
import Debug "mo:base/Debug";
import Result "mo:base/Result";
import Option "mo:base/Option";
import Blob "mo:base/Blob";
import Error "mo:base/Error";

actor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import Icrc1Ledger "canister:icrc1_ledger_canister";
import Debug "mo:base/Debug";
import Result "mo:base/Result";
import Option "mo:base/Option";
import Blob "mo:base/Blob";
import Error "mo:base/Error";

actor {
Expand Down

0 comments on commit e5365e9

Please sign in to comment.