style story form

This commit is contained in:
andrzej 2024-09-27 11:17:47 +02:00
parent 91e8a17525
commit 9bc1750848
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import { Button } from "@/components/ui/button";
import { ComponentProps, useState } from "react";
import { Genre, Story } from "@prisma/client";
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 }) {