6 lines
96 B
TypeScript
6 lines
96 B
TypeScript
import styled from 'styled-components'
|
|
|
|
export const Section = styled.div`
|
|
padding: 3rem 0;
|
|
`
|