Skip to content

Commit 06fc2e4

Browse files
authored
chore: add missing exports (#102)
* chore: add missing exports * Add changeset
1 parent a37103b commit 06fc2e4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/spotty-elephants-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@web3-ui/components': minor
3+
---
4+
5+
add missing exports

packages/components/src/components/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
export * from './Provider';
44
export * from './Address';
55
export * from './NFTGallery';
6+
export * from './NFT';
7+
export * from './AddressInput';

0 commit comments

Comments
 (0)