diff --git a/src/components/EmptyChat.tsx b/src/components/EmptyChat.tsx index e40a338..d9b6686 100644 --- a/src/components/EmptyChat.tsx +++ b/src/components/EmptyChat.tsx @@ -4,14 +4,13 @@ import { File } from './ChatWindow'; import Link from 'next/link'; import WeatherWidget from './WeatherWidget'; import NewsArticleWidget from './NewsArticleWidget'; +import SettingsButtonMobile from '@/components/Settings/SettingsButtonMobile'; const EmptyChat = () => { return (