Files
evidencija-rezija/app/attachment/[id]/not-found.tsx

4 lines
176 B
TypeScript

import { NotFoundPage } from '@/app/ui/NotFoundPage';
export default () =>
<NotFoundPage title="404 File Not Found" description="Could not find the requested attachment." />;