We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20b65a6 + f52c02b commit 3c4ded9Copy full SHA for 3c4ded9
src/index.ts
@@ -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