+
+ Not found
+
+
+ The page you were looking for was not found.
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/src/routes/Router.jsx b/frontend/src/routes/Router.jsx
index 7d782c2..f08933d 100644
--- a/frontend/src/routes/Router.jsx
+++ b/frontend/src/routes/Router.jsx
@@ -4,6 +4,7 @@ import { LoginPage } from "./LoginPage"
import { Heading } from "@steffo/bluelib-react"
import { SelectResearchGroupPage } from "./SelectResearchGroupPage"
import {Link} from "../components/Link"
+import { ErrorCatcherBox, NotFoundBox } from "../components/ErrorBox"
function Header() {
@@ -20,9 +21,12 @@ export function Router() {