Files
supabase/apps/studio/components/interfaces/TableGridEditor/SidePanelEditor/index.ts
Kevin Grüneberg 13cfc0abb5 fix: barrel imports (#21728)
Avoid importing all components via barrel files that lead to bloated bundles/chunks
2024-03-04 18:39:53 +08:00

6 lines
346 B
TypeScript

export { default as SidePanelEditor } from './SidePanelEditor'
export { default as RowEditor } from './RowEditor/RowEditor'
export { default as ColumnEditor } from './ColumnEditor/ColumnEditor'
export { default as TableEditor } from './TableEditor/TableEditor'
export { default as SpreadsheetImport } from './SpreadsheetImport/SpreadsheetImport'