Skip to content

Commit f38435f

Browse files
committed
Fixed index was isolated module
1 parent 504ab3c commit f38435f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export { default as Button } from './components/Button'
2+
export { default as Page } from './components/Page';
3+
export { default as Panel } from './components/Panel';

0 commit comments

Comments
 (0)