Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
molecula451 committed Oct 13, 2023
1 parent f34e928 commit a28ef64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dapp/components/layout/inventory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import icons from "@/ui/icons";

import useManagerManaged from "../lib/hooks/contracts/use-manager-managed";
import useNamedContracts from "../lib/hooks/contracts/use-named-contracts";
import useBalances, { Balances } from "../lib/hooks/use-balances";
import useBalances from "../lib/hooks/use-balances";
import { ManagedContracts } from "../lib/hooks/contracts/use-manager-managed";
import { Balances } from "../lib/types";

const Inventory = () => {
const { walletAddress } = useWeb3();
Expand Down

0 comments on commit a28ef64

Please sign in to comment.