diff --git a/src/app/app/@dialog/[...catchAll]/default.tsx b/src/app/app/@dialog/[...catchAll]/default.tsx deleted file mode 100644 index 6ddf1b7..0000000 --- a/src/app/app/@dialog/[...catchAll]/default.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function Default() { - return null; -} diff --git a/src/app/app/@dialog/[...catchAll]/not-found.tsx b/src/app/app/@dialog/[...catchAll]/not-found.tsx deleted file mode 100644 index 26947fa..0000000 --- a/src/app/app/@dialog/[...catchAll]/not-found.tsx +++ /dev/null @@ -1,8 +0,0 @@ -export default function NotFound() { - return ( -
-

404

-

This page could not be found.

-
- ); -}