add alerts
This commit is contained in:
@@ -13,6 +13,7 @@ import TestAnalytics from './components/TestAnalytics';
|
||||
import WorldMap from './components/WorldMap';
|
||||
import RegistraionChart from './RegistraionChart';
|
||||
import Calibrations from './components/Calibrations';
|
||||
import Alerts from './components/Alerts';
|
||||
|
||||
const router = createBrowserRouter([
|
||||
{
|
||||
@@ -43,6 +44,10 @@ const router = createBrowserRouter([
|
||||
path: "/op",
|
||||
element: <AppOp />,
|
||||
},
|
||||
{
|
||||
path: "/alerts",
|
||||
element: <Alerts />,
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user