5
apps/hub/app/(app)/admin/changelog/new/page.tsx
Normal file
5
apps/hub/app/(app)/admin/changelog/new/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { ChangelogForm } from "../_components/Form";
|
||||
|
||||
export default () => {
|
||||
return <ChangelogForm />;
|
||||
};
|
||||
Reference in New Issue
Block a user