UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

8 lines (5 loc) 114 B
import styled from 'styled-components'; const Form = styled.form` margin-bottom: 1em; `; export default Form;