diff --git a/platform/ui/index.js b/platform/ui/index.js new file mode 100644 index 000000000..b3b200368 --- /dev/null +++ b/platform/ui/index.js @@ -0,0 +1,6 @@ +import ThemeWrapper from './src/components/ThemeWrapper/'; +import Button from './src/components/Button'; +import IconButton from './src/components/IconButton'; +import Typography from './src/components/Typography'; + +export { ThemeWrapper, Button, IconButton, Typography };