import * as React from "react"; import { SpacingBox } from "../../styleUtils/modifiers"; const FormSection = ({ children }) => ( {children} ); export default FormSection;