Skip to content

Commit f141b27

Browse files
committed
chore: use upload2 methods
1 parent 449c2ad commit f141b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/web/src/routes/_app/upload/$instrumentId.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import { PageHeader } from '@/components/PageHeader';
1212
import { useInstrument } from '@/hooks/useInstrument';
1313
import { useUploadInstrumentRecordsMutation } from '@/hooks/useUploadInstrumentRecordsMutation';
1414
import { useAppStore } from '@/store';
15-
import { processInstrumentCSV, reformatInstrumentData } from '@/utils/upload';
16-
import { createUploadTemplateCSV } from '@/utils/upload2';
15+
import { createUploadTemplateCSV, processInstrumentCSV, reformatInstrumentData } from '@/utils/upload2';
1716

1817
const $UploadError = z.object({
1918
message: z.string().nullable(),

0 commit comments

Comments
 (0)