Skip to content

Commit 5ac6575

Browse files
updated
1 parent d0662ec commit 5ac6575

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/ui/InboxItemList/InboxItemList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const InboxItemList: FC = () => {
9191
import Inbox from 0xInbox
9292
import Pack from 0xPack
9393
import NonFungibleToken from 0xNonFungibleToken
94+
import FungibleToken from 0xFungibleToken
9495
import MetadataViews from 0xMetadataViews
9596
9697
pub fun hasPackCollection(_ address: Address): Bool {

framework/hooks/use-user-inbox.hook.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export default function useInbox(user: any) {
7575
import Pack from 0xPack
7676
import NonFungibleToken from 0xNonFungibleToken
7777
import MetadataViews from 0xMetadataViews
78+
import FungibleToken from 0xFungibleToken
7879
import FUSD from 0xFUSD
7980
8081
pub fun hasPackCollection(_ address: Address): Bool {

0 commit comments

Comments
 (0)