chore: i18n config moved to the app route

This commit is contained in:
2025-07-06 19:17:34 +03:30
parent 67aeb58453
commit 5960ab62b7
3 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import './index.css';
import './i18n';
import App from './App';
import { LanguageProvider } from './providers/LanguageProvider';