import styled from '@emotion/styled'; const Form = styled.form({ width: '100%', display: 'flex', gap: '1em', flexDirection: 'column', }); export default Form;