rewriting the component structure

This commit is contained in:
Hari Krishna
2024-06-13 07:00:22 +00:00
committed by satti-hari-krishna-reddy
parent 2318d92c3a
commit 809fc2c202
5 changed files with 235 additions and 110 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ import HealthPage from "./components/HealthPage.jsx";
import theme from "./theme";
import Apps from "./views/Apps";
import AppCreator from "./views/AppCreator";
import Dectection from "./views/Detection.jsx";
import DetectionDashBoard from "./views/DetectionDashboard.jsx";
import Welcome from "./views/Welcome.jsx";
import Dashboard from "./views/Dashboard.jsx";
@@ -418,7 +418,7 @@ const App = (message, props) => {
<Route
exact
path="/detections/sigma"
element={<Dectection globalUrl={globalUrl} />}
element={<DetectionDashBoard globalUrl={globalUrl} />}
/>
<Route
exact