chore: use monorepo organization
This commit is contained in:
parent
deaf7d6ecc
commit
a687827f7e
1099 changed files with 8184 additions and 11535 deletions
19
packages/admin-ui/src/components/table/index.js
Normal file
19
packages/admin-ui/src/components/table/index.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
import EditCell from './EditCell'
|
||||
import EmptyTable from './EmptyTable'
|
||||
import Table from './Table'
|
||||
import TableBody from './TableBody'
|
||||
import TableCell from './TableCell'
|
||||
import TableHead from './TableHead'
|
||||
import TableHeader from './TableHeader'
|
||||
import TableRow from './TableRow'
|
||||
|
||||
export {
|
||||
EditCell,
|
||||
EmptyTable,
|
||||
Table,
|
||||
TableCell,
|
||||
TableHead,
|
||||
TableHeader,
|
||||
TableRow,
|
||||
TableBody
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue