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; -}