diff --git a/web/src/layouts/WebLayout.tsx b/web/src/layouts/WebLayout.tsx index 181949e..67a23d5 100644 --- a/web/src/layouts/WebLayout.tsx +++ b/web/src/layouts/WebLayout.tsx @@ -8,7 +8,11 @@ export default function WebLayout() { <>
Home
- > +hello
); } diff --git a/web/src/pages/NotFound.tsx b/web/src/pages/NotFound.tsx index 622f327..086acee 100644 --- a/web/src/pages/NotFound.tsx +++ b/web/src/pages/NotFound.tsx @@ -1,26 +1,23 @@ import ROUTE_CONSTANTS from "../types/routes"; export default function NotFound() { - return ( -