implemented location edit
This commit is contained in:
4
app/location/[id]/edit/not-found.tsx
Normal file
4
app/location/[id]/edit/not-found.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { NotFoundPage } from '@/app/ui/NotFoundPage';
|
||||
|
||||
export default () =>
|
||||
<NotFoundPage title="404 Location Not Found" description="Could not find the requested Location." />;
|
||||
Reference in New Issue
Block a user