export ui components
This commit is contained in:
parent
5783c7cfdb
commit
93b7d50fea
6
platform/ui/index.js
Normal file
6
platform/ui/index.js
Normal file
@ -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 };
|
||||
Loading…
Reference in New Issue
Block a user