mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2025-12-06 03:55:37 -05:00
Remove strictmode
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
import { StrictMode } from 'react'
|
|
||||||
import { createRoot } from 'react-dom/client'
|
import { createRoot } from 'react-dom/client'
|
||||||
import App from './App.tsx'
|
import App from './App.tsx'
|
||||||
import { AppProvider } from '@/contexts/index.ts'
|
import { AppProvider } from '@/contexts/index.ts'
|
||||||
|
|
||||||
createRoot(document.getElementById('root')!).render(
|
createRoot(document.getElementById('root')!).render(
|
||||||
<StrictMode>
|
<AppProvider>
|
||||||
<AppProvider>
|
<App />
|
||||||
<App />
|
</AppProvider>
|
||||||
</AppProvider>
|
|
||||||
</StrictMode>
|
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user