feat(attach): remove unused import

This commit is contained in:
ItzCrazyKns
2025-08-25 21:48:08 +05:30
parent 8dc54efbdd
commit 30725b5d6d

View File

@@ -7,7 +7,6 @@ import {
} from '@headlessui/react'; } from '@headlessui/react';
import { CopyPlus, File, LoaderCircle, Plus, Trash } from 'lucide-react'; import { CopyPlus, File, LoaderCircle, Plus, Trash } from 'lucide-react';
import { Fragment, useRef, useState } from 'react'; import { Fragment, useRef, useState } from 'react';
import { File as FileType } from '../ChatWindow';
import { useChat } from '@/lib/hooks/useChat'; import { useChat } from '@/lib/hooks/useChat';
const Attach = ({ showText }: { showText?: boolean }) => { const Attach = ({ showText }: { showText?: boolean }) => {