style story form
This commit is contained in:
parent
91e8a17525
commit
9bc1750848
|
@ -5,7 +5,6 @@ import { Button } from "@/components/ui/button";
|
||||||
import { ComponentProps, useState } from "react";
|
import { ComponentProps, useState } from "react";
|
||||||
import { Genre, Story } from "@prisma/client";
|
import { Genre, Story } from "@prisma/client";
|
||||||
import StoryForm from "app/ui/forms/story";
|
import StoryForm from "app/ui/forms/story";
|
||||||
import { Plus } from "lucide-react";
|
|
||||||
|
|
||||||
|
|
||||||
export default function EditStoryDialog({ genres, closeDialog, defaults }: ComponentProps<"div"> & { genres: Genre[], closeDialog: () => void, defaults: Story }) {
|
export default function EditStoryDialog({ genres, closeDialog, defaults }: ComponentProps<"div"> & { genres: Genre[], closeDialog: () => void, defaults: Story }) {
|
||||||
|
|
Loading…
Reference in New Issue