Skip to content

Commit 30725b5

Browse files
committed
feat(attach): remove unused import
1 parent 8dc54ef commit 30725b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/MessageInputActions/Attach.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
} from '@headlessui/react';
88
import { CopyPlus, File, LoaderCircle, Plus, Trash } from 'lucide-react';
99
import { Fragment, useRef, useState } from 'react';
10-
import { File as FileType } from '../ChatWindow';
1110
import { useChat } from '@/lib/hooks/useChat';
1211

1312
const Attach = ({ showText }: { showText?: boolean }) => {

0 commit comments

Comments
 (0)