|
|
|
@ -129,6 +129,9 @@ const initAppliction = async () => {
|
|
|
|
|
//<React.StrictMode>
|
|
|
|
|
<ThemeContext.Provider value={{ colorPrimary: '#00b96b', borderRadius: 4 }}>
|
|
|
|
|
<RouterProvider
|
|
|
|
|
future={{
|
|
|
|
|
v7_startTransition: true,
|
|
|
|
|
}}
|
|
|
|
|
router={router}
|
|
|
|
|
fallbackElement={() => <div>Loading...</div>}
|
|
|
|
|
/>
|
|
|
|
|