import * as React from "react"; import { formFieldStack } from "../style"; const FormSectionBody = ({ children }) => (
{children}
); export default FormSectionBody;