Skip to content

Commit

Permalink
chore: drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Songkeys committed Mar 21, 2023
1 parent d0cbfe6 commit 429919b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contract/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { CbtContract } from './subcontracts/cbt'
import { TipsContract } from './subcontracts/tips'
import { LinkModuleContract } from './subcontracts/link_module'
import { MintModuleContract } from './subcontracts/mint_module'
import { Wallet } from 'ethers'

const Contracts = Mixin(
CharacterContract,
Expand Down

0 comments on commit 429919b

Please sign in to comment.