feat(empty-chat): remove unused imports

This commit is contained in:
ItzCrazyKns
2025-05-30 09:55:06 +05:30
parent 8cfcc3e39c
commit 0b7989c3d3

View File

@ -1,6 +1,5 @@
import { Settings } from 'lucide-react'; import { Settings } from 'lucide-react';
import EmptyChatMessageInput from './EmptyChatMessageInput'; import EmptyChatMessageInput from './EmptyChatMessageInput';
import { useEffect, useState } from 'react';
import { File } from './ChatWindow'; import { File } from './ChatWindow';
import Link from 'next/link'; import Link from 'next/link';
import WeatherWidget from './WeatherWidget'; import WeatherWidget from './WeatherWidget';