feat: implement EmptyTable component

This commit is contained in:
Sérgio Salgado 2021-02-12 18:32:37 +00:00 committed by Josh Harvey
parent 48c8d808b0
commit 00e820191f
5 changed files with 42 additions and 7 deletions

View file

@ -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,