Skip to content

Commit

Permalink
Solving build
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-morales-flores-1996 committed Jun 5, 2024
1 parent a9037cb commit 3d48ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/extensive/Modal/FormModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import Button from "@/components/elements/Button/Button";
import IconButton from "@/components/elements/IconButton/IconButton";
import Text from "@/components/elements/Text/Text";
import { IconNames } from "@/components/extensive/Icon/Icon";
import { ModalBase } from "@/components/extensive/Modal/Modal";
import SimpleForm from "@/components/extensive/SimpleForm/SimpleForm";
import { FormField } from "@/components/extensive/WizardForm/types";
import { getSchema } from "@/components/extensive/WizardForm/utils";
import { useModalContext } from "@/context/modal.provider";

import { ModalBase } from "./ModalsBases";

export interface FormModalProps {
title?: string;
fields: FormField[];
Expand Down

0 comments on commit 3d48ce9

Please sign in to comment.