Compare commits
No commits in common. "46e9d58c0c5be78f3dae6e23b0f24e48db743408" and "81242db008f1f8d975e7eee55a0a5789a1ab3b47" have entirely different histories.
46e9d58c0c
...
81242db008
1 changed files with 1 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue