Skip to content

Commit

Permalink
fix rel paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenbuilder committed Aug 6, 2021
1 parent eb94f91 commit 57c32d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Core.mo
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import Nat "mo:base/Nat";
import Nat8 "mo:base/Nat8";
import Nat32 "mo:base/Nat32";
//TODO pull in better
import AID "../util/AccountIdentifier";
import Hex "../util/Hex";
import CRC32 "../util/CRC32";
import AID "./util/AccountIdentifier";
import Hex "./util/Hex";
import CRC32 "./util/CRC32";

module ExtCore = {
public type AccountIdentifier = AID.AccountIdentifier;
Expand Down

0 comments on commit 57c32d9

Please sign in to comment.