update page
This commit is contained in:
@@ -12,6 +12,7 @@ import ALMTypePage from "./pages/ALMTypePage";
|
||||
import TraceabilityMatrixPage from "./pages/TraceabilityMatrixPage";
|
||||
import ESPIDFHelperPage from "./pages/ESPIDFHelperPage";
|
||||
import WorkPackageGraphPage from "./pages/WorkPackageGraphPage";
|
||||
import SelectedSensorsPage from "./pages/SelectedSensorsPage";
|
||||
import LoginPage from "./pages/LoginPage";
|
||||
import NotFound from "./pages/NotFound";
|
||||
|
||||
@@ -74,6 +75,14 @@ const App = () => (
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/sensors"
|
||||
element={
|
||||
<ProtectedRoute>
|
||||
<SelectedSensorsPage />
|
||||
</ProtectedRoute>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/alm/:type"
|
||||
element={
|
||||
|
||||
Reference in New Issue
Block a user