Sticky headers fix, added Heliports
This commit is contained in:
5
apps/hub/app/(app)/admin/heliport/new/page.tsx
Normal file
5
apps/hub/app/(app)/admin/heliport/new/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { HeliportForm } from "../_components/Form";
|
||||
|
||||
export default () => {
|
||||
return <HeliportForm />;
|
||||
};
|
||||
Reference in New Issue
Block a user