Files
supabase/studio/components/interfaces/TableGridEditor/index.ts
Joshen Lim 9373f69220 Studio 🎙
2021-11-26 11:15:00 +05:30

7 lines
205 B
TypeScript

import TableGridEditor from './TableGridEditor'
import SidePanelEditor from './SidePanelEditor'
import EmptyState from './EmptyState'
export { EmptyState, SidePanelEditor }
export default TableGridEditor