frontend: add program
This commit is contained in:
@@ -3,9 +3,14 @@ import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
import { NotificationProvider } from './NotificationContext.tsx'
|
||||
import { CookiesProvider } from 'react-cookie'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<NotificationProvider><App/></NotificationProvider>
|
||||
<CookiesProvider>
|
||||
<NotificationProvider>
|
||||
<App />
|
||||
</NotificationProvider>
|
||||
</CookiesProvider>
|
||||
</StrictMode>,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user