diff --git a/src/components/EmptyChat.tsx b/src/components/EmptyChat.tsx index b28b659..42e5a09 100644 --- a/src/components/EmptyChat.tsx +++ b/src/components/EmptyChat.tsx @@ -1,6 +1,5 @@ import { Settings } from 'lucide-react'; import EmptyChatMessageInput from './EmptyChatMessageInput'; -import { useEffect, useState } from 'react'; import { File } from './ChatWindow'; import Link from 'next/link'; import WeatherWidget from './WeatherWidget';