diff --git a/packages/suite-phantom/src/index.ts b/packages/suite-phantom/src/index.ts index 51b553fd3..1848d6021 100644 --- a/packages/suite-phantom/src/index.ts +++ b/packages/suite-phantom/src/index.ts @@ -1,3 +1,4 @@ export * from './regular-nft'; export * from './spl-token'; export * from '~/types/phantom'; +export * from '~/types/regular-nft';