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

4 lines
194 B
TypeScript

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