export createTable

This commit is contained in:
Yousef
2021-06-14 19:20:29 +02:00
committed by Hans Pagel
parent 4145fb1fca
commit cb910f5add

View File

@@ -1,5 +1,6 @@
import { Table } from './table' import { Table } from './table'
export * from './table' export * from './table'
export * from './utilities/createTable'
export default Table export default Table