import { styled } from "@mui/material"; import { Form } from "formik"; const StyledForm = styled(Form)``; export default StyledForm;