diff --git a/app/src/App.tsx b/app/src/App.tsx index 579f53d..53c82f6 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -19,7 +19,6 @@ import { cn } from '@/lib/utils'; import { Button } from '@/components/ui/button'; import { ThemeProvider } from '@/lib/theme'; import { useI18n } from './store/i18nStore'; -import LanguageSwitcher from './components/LanguageSwitcher'; import { GlobalWindSettingsModal } from './components/GlobalWindSettingsModal'; // Ícones Customizados de Engenharia Premium @@ -129,7 +128,6 @@ function AppLayout({ children }: { children: React.ReactNode }) {
-
@@ -138,7 +136,6 @@ function AppLayout({ children }: { children: React.ReactNode }) { {t('app_title')}
-
{children}