Skip to content

Commit 0c544fd

Browse files
committed
fix: remove unused imports
1 parent 774e5ad commit 0c544fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib/s3/schemas.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { t } from 'i18next';
22
import { z } from 'zod';
33

4-
import { getFieldPath } from '@/lib/form/getFieldPath';
54
import {
65
FILES_COLLECTIONS_CONFIG,
76
FilesCollectionName,

src/server/routers/files.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { TRPCError } from '@trpc/server';
2-
import { t } from 'i18next';
32
import { parse } from 'superjson';
43

54
import { FILES_COLLECTIONS_CONFIG } from '@/lib/s3/config';

0 commit comments

Comments
 (0)