We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774e5ad commit 0c544fdCopy full SHA for 0c544fd
src/lib/s3/schemas.ts
@@ -1,7 +1,6 @@
1
import { t } from 'i18next';
2
import { z } from 'zod';
3
4
-import { getFieldPath } from '@/lib/form/getFieldPath';
5
import {
6
FILES_COLLECTIONS_CONFIG,
7
FilesCollectionName,
src/server/routers/files.ts
@@ -1,5 +1,4 @@
import { TRPCError } from '@trpc/server';
-import { t } from 'i18next';
import { parse } from 'superjson';
import { FILES_COLLECTIONS_CONFIG } from '@/lib/s3/config';
0 commit comments