Skip to content

Commit ad184db

Browse files
committed
fix(tables): revert barrel import in client component to avoid bundling server-only deps
1 parent b023d45 commit ad184db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/app/workspace/[workspaceId]/tables/components/import-csv-dialog/import-csv-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import {
2323
toast,
2424
} from '@/components/emcn'
2525
import { cn } from '@/lib/core/utils/cn'
26-
import type { TableDefinition } from '@/lib/table'
27-
import { buildAutoMapping, parseCsvBuffer } from '@/lib/table'
26+
import { buildAutoMapping, parseCsvBuffer } from '@/lib/table/csv-import'
27+
import type { TableDefinition } from '@/lib/table/types'
2828
import { type CsvImportMode, useImportCsvIntoTable } from '@/hooks/queries/tables'
2929

3030
const logger = createLogger('ImportCsvDialog')

0 commit comments

Comments
 (0)