Files
evidencija-rezija/app/[locale]/share/bill/[id]/not-found.tsx

7 lines
207 B
TypeScript

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