add form create inquiryPrivacyFencing

This commit is contained in:
Amirhossein Mahmoodi
2024-07-13 11:10:53 +03:30
parent 56fbe67483
commit 4efc228d31
5 changed files with 539 additions and 388 deletions

View File

@@ -1,6 +1,5 @@
import { styled } from "@mui/material";
import { Form } from "formik";
const StyledForm = styled(Form)``;
const StyledForm = styled('form')``;
export default StyledForm;