update route

This commit is contained in:
Alex Holliday
2025-01-30 14:23:42 -08:00
parent de7f0a1193
commit cdc407fd21
+1 -1
View File
@@ -1,6 +1,5 @@
import { Navigate, Route, Routes as LibRoutes } from "react-router";
import HomeLayout from "../Components/Layouts/HomeLayout";
import { Infrastructure } from "../Pages/Infrastructure";
import NotFound from "../Pages/NotFound";
// Auth
@@ -24,6 +23,7 @@ import PageSpeedDetails from "../Pages/PageSpeed/Details";
import PageSpeedConfigure from "../Pages/PageSpeed/Configure";
// Infrastructure
import Infrastructure from "../Pages/Infrastructure/Monitors";
import InfrastructureCreate from "../Pages/Infrastructure/Create";
import InfrastructureDetails from "../Pages/Infrastructure/Details";