BugFix: restored location forms
This commit is contained in:
6
app/[locale]/location/[id]/add/LocationAddPage.tsx
Normal file
6
app/[locale]/location/[id]/add/LocationAddPage.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { LocationEditForm } from '@/app/ui/LocationEditForm';
|
||||
import { YearMonth } from '@/app/lib/db-types';
|
||||
|
||||
export default async function LocationAddPage({ yearMonth }: { yearMonth:YearMonth }) {
|
||||
return (<LocationEditForm yearMonth={yearMonth} />);
|
||||
}
|
||||
Reference in New Issue
Block a user