ui imrpovement, system parameter, navbar
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
|
||||
import React from "react";
|
||||
import { SystemParameterProvider } from './context/SystemParameterContext';
|
||||
import {
|
||||
BrowserRouter,
|
||||
Route,
|
||||
@@ -62,11 +63,12 @@ import DashboardRunner from "components/Dashboard/dashboardRunner/dashboardRunne
|
||||
|
||||
const App = () => {
|
||||
return (
|
||||
<SystemParameterProvider>
|
||||
<div>
|
||||
{/* ToastContainer should be placed in the root component */}
|
||||
<ToastContainer
|
||||
position="top-right"
|
||||
autoClose={3000}
|
||||
autoClose={1500}
|
||||
hideProgressBar={false}
|
||||
newestOnTop
|
||||
closeOnClick
|
||||
@@ -140,6 +142,7 @@ const App = () => {
|
||||
</Routes>
|
||||
</BrowserRouter>
|
||||
</div>
|
||||
</SystemParameterProvider>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user