Initial commit
This commit is contained in:
commit
fa30c04815
117 changed files with 33513 additions and 0 deletions
4
src/components/index.ts
Normal file
4
src/components/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export { Layout } from './Layout';
|
||||
export { Header } from './Header';
|
||||
export { Table } from './Table';
|
||||
export { Tabs } from './Tabs';
|
||||
Reference in a new issue