From 6b13b1cc132dc637c8a89f46a6874d48c558b43b Mon Sep 17 00:00:00 2001 From: Francis Cao Date: Tue, 7 Apr 2026 10:56:19 -0700 Subject: [PATCH] Fix catchall nav issue --- .../(main)/websites/[websiteId]/@modal/[...catchAll]/page.tsx | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/app/(main)/websites/[websiteId]/@modal/[...catchAll]/page.tsx diff --git a/src/app/(main)/websites/[websiteId]/@modal/[...catchAll]/page.tsx b/src/app/(main)/websites/[websiteId]/@modal/[...catchAll]/page.tsx deleted file mode 100644 index 1fd97c207..000000000 --- a/src/app/(main)/websites/[websiteId]/@modal/[...catchAll]/page.tsx +++ /dev/null @@ -1,3 +0,0 @@ -export default function CatchAll() { - return null; -}