Skip to content

Commit 76e5a2d

Browse files
authored
Fix: Export missing core components from root components (#332)
1 parent 16ac4cc commit 76e5a2d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/big-ladybugs-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@web3-ui/core': patch
3+
---
4+
5+
Export missing core components on components root path

packages/core/src/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from './ConnectWallet';
2+
export * from './NetworkSwitch';
23
export * from './Provider';
4+
export * from './TokenBalance';

0 commit comments

Comments
 (0)