diff options
Diffstat (limited to 'packages/web/app/dashboard/not-found.tsx')
| -rw-r--r-- | packages/web/app/dashboard/not-found.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/web/app/dashboard/not-found.tsx b/packages/web/app/dashboard/not-found.tsx deleted file mode 100644 index 64df220c..00000000 --- a/packages/web/app/dashboard/not-found.tsx +++ /dev/null @@ -1,7 +0,0 @@ -export default function NotFound() { - return ( - <div className="flex size-full"> - <div className="m-auto text-3xl">Not Found :(</div> - </div> - ); -} |
