aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard/not-found.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/dashboard/not-found.tsx')
-rw-r--r--packages/web/app/dashboard/not-found.tsx7
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>
- );
-}