feat: implement EmptyTable component
This commit is contained in:
parent
48c8d808b0
commit
00e820191f
5 changed files with 42 additions and 7 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import EditCell from './EditCell'
|
||||
import EmptyTable from './EmptyTable'
|
||||
import Table from './Table'
|
||||
import TableBody from './TableBody'
|
||||
import TableCell from './TableCell'
|
||||
|
|
@ -8,6 +9,7 @@ import TableRow from './TableRow'
|
|||
|
||||
export {
|
||||
EditCell,
|
||||
EmptyTable,
|
||||
Table,
|
||||
TableCell,
|
||||
TableHead,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue