Update main.tsx

This commit is contained in:
Dosseh91
2025-06-23 21:39:01 +02:00
committed by GitHub
parent bb9015bff5
commit d0e3fa80f4

View File

@@ -2,6 +2,7 @@ import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import App from './App.tsx';
import './index.css';
import './i18n';
createRoot(document.getElementById('root')!).render(
<StrictMode>