Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmo80 committed May 14, 2024
1 parent 8ffb663 commit 33b3352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/upload/_components/documents-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Form, FormControl, FormField, FormItem, FormMessage } from '@/component
import { DropZone } from '@/components/drop-zone';
import { getFiles } from '@/actions/get-files';
import { TFile } from '@/db/schema';
import { ChatRole, TChatMessage, TMessage } from '@/lib/types';
import { ChatRole, TMessage } from '@/lib/types';
import FileTable from './file-table';
import { useModelList } from '@/hooks/use-model-list';
import ModelAlts from '@/components/model-alts';
Expand Down

0 comments on commit 33b3352

Please sign in to comment.