mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-05-15 02:42:44 -04:00
Initial changes
This commit is contained in:
+5
-2
@@ -1,9 +1,12 @@
|
||||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import App from './App.tsx'
|
||||
import { AppProvider } from '@/contexts/index.ts'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<App />
|
||||
<AppProvider>
|
||||
<App />
|
||||
</AppProvider>
|
||||
</StrictMode>
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user