We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ab3c commit f38435fCopy full SHA for f38435f
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