diff --git a/apps/boilerplate-app/src/modules/Status404Page/index.tsx b/apps/boilerplate-app/src/modules/Status404Page/index.tsx index d4e109d..c28643c 100644 --- a/apps/boilerplate-app/src/modules/Status404Page/index.tsx +++ b/apps/boilerplate-app/src/modules/Status404Page/index.tsx @@ -1,9 +1,9 @@ export const Status404Page = () => { return ( -
+
404
Page not found
- 404 page + 404 page
); };