Lamassu admin server initial commit
This commit is contained in:
parent
d083ae5a40
commit
fc1951c4b2
158 changed files with 28462 additions and 1606 deletions
9
new-lamassu-admin/src/components/table/index.js
Normal file
9
new-lamassu-admin/src/components/table/index.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import EditCell from './EditCell'
|
||||
import Table from './Table'
|
||||
import TableCell from './TableCell'
|
||||
import TableHead from './TableHead'
|
||||
import TableHeader from './TableHeader'
|
||||
import TableRow from './TableRow'
|
||||
import TableBody from './TableBody'
|
||||
|
||||
export { EditCell, Table, TableCell, TableHead, TableHeader, TableRow, TableBody }
|
||||
Loading…
Add table
Add a link
Reference in a new issue