update
This commit is contained in:
@@ -8,6 +8,7 @@ import DocumentationPage from "./pages/DocumentationPage";
|
||||
import AnalysisPage from "./pages/AnalysisPage";
|
||||
import ALMTypePage from "./pages/ALMTypePage";
|
||||
import TraceabilityMatrixPage from "./pages/TraceabilityMatrixPage";
|
||||
import ESPIDFHelperPage from "./pages/ESPIDFHelperPage";
|
||||
import NotFound from "./pages/NotFound";
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
@@ -23,6 +24,7 @@ const App = () => (
|
||||
<Route path="/documentation" element={<DocumentationPage />} />
|
||||
<Route path="/analysis" element={<AnalysisPage />} />
|
||||
<Route path="/matrix" element={<TraceabilityMatrixPage />} />
|
||||
<Route path="/esp-idf" element={<ESPIDFHelperPage />} />
|
||||
<Route path="/alm/:type" element={<ALMTypePage />} />
|
||||
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}
|
||||
<Route path="*" element={<NotFound />} />
|
||||
|
||||
Reference in New Issue
Block a user