Compare commits

..

No commits in common. "46e9d58c0c5be78f3dae6e23b0f24e48db743408" and "81242db008f1f8d975e7eee55a0a5789a1ab3b47" have entirely different histories.

View file

@ -12,12 +12,7 @@ initAnalytics()
const queryClient = new QueryClient()
const rootElement = document.getElementById("root")
if (!rootElement) {
throw new Error('Élément racine "#root" introuvable')
}
createRoot(rootElement).render(
createRoot(document.getElementById("root")!).render(
<StrictMode>
<QueryClientProvider client={queryClient}>
<ThemeProvider>