chore: missing changes
This commit is contained in:
parent
d684cf3cb1
commit
c6cc718618
5
src/app/[locale]/(wppages)/[...notFound]/not-found.tsx
Normal file
5
src/app/[locale]/(wppages)/[...notFound]/not-found.tsx
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import { notFound } from 'next/navigation';
|
||||||
|
|
||||||
|
export default function CatchAllNotFound() {
|
||||||
|
notFound();
|
||||||
|
}
|
Reference in New Issue
Block a user