Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f8b39435e | |||
| a510bfdb8c | |||
| bc266da74f | |||
| c0375db9f2 | |||
| 88188cebaa | |||
| 54f75a9853 |
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