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