diff --git a/src/App.tsx b/src/App.tsx index b2b7076..43fe290 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import { import './App.css'; import { useTranslation } from 'react-i18next'; import { LanguageManager } from './components/LanguageManager'; + function App() { const { t } = useTranslation();