File size: 114 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import styled from 'styled-components';
const Form = styled.form`
margin-bottom: 1em;
`;
export default Form;
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import styled from 'styled-components';
const Form = styled.form`
margin-bottom: 1em;
`;
export default Form;
|