implementiran share by link
This commit is contained in:
6
app/[locale]/share/bill/[id]/not-found.tsx
Normal file
6
app/[locale]/share/bill/[id]/not-found.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { NotFoundPage } from '@/app/ui/NotFoundPage';
|
||||
|
||||
const BillNotFound = () =>
|
||||
<NotFoundPage title="404 Bill Not Found" description="Could not find the requested Bill." />;
|
||||
|
||||
export default BillNotFound;
|
||||
Reference in New Issue
Block a user