diff --git a/app/collections/industrial/[...notfound]/page.tsx b/app/collections/industrial/[...notfound]/page.tsx index 229a921b5..85cdb2a10 100644 --- a/app/collections/industrial/[...notfound]/page.tsx +++ b/app/collections/industrial/[...notfound]/page.tsx @@ -1,5 +1,6 @@ +import NotFound from '@/app/not-found' import { notFound } from 'next/navigation' export default function CatchAllNotFoundPage() { - notFound() + return }