Skip to content

Commit 88a5672

Browse files
committed
chore: remove unused import
1 parent edc9770 commit 88a5672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/routes/_app/datahub/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { PageHeader } from '@/components/PageHeader';
1717
import { subjectsQueryOptions, useSubjectsQuery } from '@/hooks/useSubjectsQuery';
1818
import { useAppStore } from '@/store';
1919
import { downloadExcel } from '@/utils/excel';
20-
import { promise } from 'zod';
2120

2221
type MasterDataTableProps = {
2322
data: Subject[];

0 commit comments

Comments
 (0)