subman-nextjs/src/app/lib/actions.ts

5 lines
72 B
TypeScript

"use server"
export async function createStory(formData: FormData) {
}