subman-nextjs/src/app/story/create/page.tsx

6 lines
102 B
TypeScript
Raw Normal View History

2024-06-11 17:14:30 +00:00
import StoryForm from "app/ui/forms/story";
export default function Page() {
return <StoryForm />
}