Skip to content

Commit 8619bc0

Browse files
committed
remove unused type
1 parent e46fb42 commit 8619bc0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/components/listings/form/BaseListingForm.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import { Input } from "@/components/ui/input";
77
import { Textarea } from "@/components/ui/textarea";
88
import type { BaseCreatePayload } from "@/lib/types";
99

10-
type BaseFields = "title" | "price" | "description";
11-
1210
export interface BaseListingFormProps<T extends BaseCreatePayload> {
1311
control: Control<T>;
1412
errors: FieldErrors<T>;

0 commit comments

Comments
 (0)