We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449c2ad commit f141b27Copy full SHA for f141b27
apps/web/src/routes/_app/upload/$instrumentId.tsx
@@ -12,8 +12,7 @@ import { PageHeader } from '@/components/PageHeader';
12
import { useInstrument } from '@/hooks/useInstrument';
13
import { useUploadInstrumentRecordsMutation } from '@/hooks/useUploadInstrumentRecordsMutation';
14
import { useAppStore } from '@/store';
15
-import { processInstrumentCSV, reformatInstrumentData } from '@/utils/upload';
16
-import { createUploadTemplateCSV } from '@/utils/upload2';
+import { createUploadTemplateCSV, processInstrumentCSV, reformatInstrumentData } from '@/utils/upload2';
17
18
const $UploadError = z.object({
19
message: z.string().nullable(),
0 commit comments