adding new billing location completed
This commit is contained in:
6
app/location/[id]/add/page.tsx
Normal file
6
app/location/[id]/add/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { LocationEditForm } from '@/app/ui/LocationEditForm';
|
||||
|
||||
export default async function Page({ params:{ id:yearMonth } }: { params: { id:string } }) {
|
||||
|
||||
return (<LocationEditForm yearMonth={yearMonth} />);
|
||||
}
|
||||
Reference in New Issue
Block a user