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

6 lines
252 B
TypeScript

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