Skip to content

Commit

Permalink
fix: export component from barrel
Browse files Browse the repository at this point in the history
  • Loading branch information
aramalipoor committed Mar 28, 2022
1 parent dc4cbc5 commit 7001ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-wallet/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './NetworkSelector/NetworkSelector';
export * from './ConnectButton/ConnectButton';
export * from './ConnectButton/ConnectButton';
export * from './RequireConnect/RequireConnect';

0 comments on commit 7001ecb

Please sign in to comment.