mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
re-structure to monorepo.
This commit is contained in:
9
packages/webapp/src/components/Datatable/index.tsx
Normal file
9
packages/webapp/src/components/Datatable/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
// @ts-nocheck
|
||||
export * from './CellForceWidth';
|
||||
export * from './DataTable';
|
||||
export * from './DatatableEditable';
|
||||
export * from './TableHeaderSkeleton'
|
||||
export * from './TableSkeletonRows'
|
||||
export * from './TableVirtualizedRows'
|
||||
export * from './TableFastCell';
|
||||
export * from './Pagination'
|
||||
Reference in New Issue
Block a user