Skip to content

Commit f52c02b

Browse files
authored
Merge pull request #8 from machielsdev/feature/export-modules
Fixed index was isolated module
2 parents 504ab3c + f38435f commit f52c02b

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)