Skip to content

Commit

Permalink
!fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Jan 2, 2024
1 parent 011b02f commit 1f4a826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export { TokenBalancesListView } from "./components/Organisms/TokenBalances/Toke
export { TokenTransfersListView } from "./components/Organisms/TokenBalances/TokenTransfersListView/TokenTransfersListView";
export { NFTWalletTokenListView } from "./components/Organisms/NFTs/NFTWalletTokenListView/NFTWalletTokenListView";
export { NFTCollectionTokenListView } from "./components/Organisms/NFTs/NFTCollectionTokenListView/NFTCollectionTokenListView";
export { NFTDetailView } from "./components/Organisms/NFTs/NFTDetailView/NFTDetailView";
export { type NFTDetailViewProps } from "./utils/types/organisms.types";
export { NFTDetailsView } from "./components/Organisms/NFTs/NFTDetailsView/NFTDetailsView";
export { type NFTDetailsViewProps } from "./utils/types/organisms.types";
export { type AddressActivityListViewProps } from "./utils/types/organisms.types";
export { type TokenBalancesListViewProps } from "./utils/types/organisms.types";
export { type TokenTransfersListViewProps } from "./utils/types/organisms.types";
Expand Down

0 comments on commit 1f4a826

Please sign in to comment.