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.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/app/dashboard/not-found.tsx b/packages/web/app/dashboard/not-found.tsx
index abd1ebae..64df220c 100644
--- a/packages/web/app/dashboard/not-found.tsx
+++ b/packages/web/app/dashboard/not-found.tsx
@@ -1,7 +1,7 @@
export default function NotFound() {
- return (
- <div className="flex size-full">
- <div className="m-auto text-3xl">Not Found :(</div>
- </div>
- );
+ return (
+ <div className="flex size-full">
+ <div className="m-auto text-3xl">Not Found :(</div>
+ </div>
+ );
}