implemented location edit

This commit is contained in:
2024-01-05 14:52:32 +01:00
parent f26aae7d66
commit 3f7b681ab9
5 changed files with 200 additions and 12 deletions

View 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." />;