Skip to content

Commit

Permalink
remove cyclic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jun 16, 2023
1 parent 71de7e0 commit 5a6175f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/green/green.ts
Expand Up @@ -2,7 +2,7 @@ import type { SoulboundGreen } from "@masa-finance/masa-contracts-identity";
import type { BigNumber } from "ethers";

import type { MasaInterface, PaymentMethod } from "../../interface";
import { MasaLinkable } from "..//masa-linkable";
import { MasaLinkable } from "../masa-linkable";
import { createGreen, generateGreen, mintGreen, verifyGreen } from "./create";
import { listGreens } from "./list";
import { loadGreens } from "./load";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/identity/identity.ts
@@ -1,7 +1,7 @@
import type { SoulboundIdentity } from "@masa-finance/masa-contracts-identity";

import type { MasaInterface, PaymentMethod } from "../../interface";
import { MasaLinkable } from "..//masa-linkable";
import { MasaLinkable } from "../masa-linkable";
import { burnIdentity } from "./burn";
import { createIdentity, createIdentityWithSoulName } from "./create";
import { loadIdentityByAddress } from "./load";
Expand Down

0 comments on commit 5a6175f

Please sign in to comment.