chore: missing changes

This commit is contained in:
Shuhard 2025-07-02 13:39:18 +03:00
parent d684cf3cb1
commit c6cc718618

View File

@ -0,0 +1,5 @@
import { notFound } from 'next/navigation';
export default function CatchAllNotFound() {
notFound();
}