add createStory action
This commit is contained in:
parent
43b75b53b8
commit
877fc08bd6
|
@ -0,0 +1,4 @@
|
|||
"use server"
|
||||
export async function createStory(formData: FormData) {
|
||||
|
||||
}
|
|
@ -6,5 +6,6 @@ export default async function StoryForm() {
|
|||
<label htmlFor="word-count">Word Count:</label>
|
||||
<input type="text" id="word-count" />
|
||||
<GenreCheckboxes />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue