Skip to content

Commit

Permalink
#2 Add IQ History Component
Browse files Browse the repository at this point in the history
kimjimin4471 committed Jul 7, 2022
1 parent e48f6d2 commit 7cc982c
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/wallet.tsx
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ const WalletPage: FC = () => (
<Container>
<S.WalletHeader />
<S.WalletCotent />
<S.IQHistory />
</Container>
);

1 change: 1 addition & 0 deletions views/wallet/index.ts
Original file line number Diff line number Diff line change
@@ -2,3 +2,4 @@ export { default as WalletHeader } from "./WalletHeader";
export { default as WalletCotent } from "./WalletContent";
export { default as ModalOpenButton } from "./ModalOpenButton";
export { default as CurrentWalletInfo } from "./CurrentWalletInfo";
export { default as IQHistory } from "./IQHistory";

0 comments on commit 7cc982c

Please sign in to comment.