| import styled from 'styled-components'; | |
| const Wrapper = styled.div` | |
| margin: 2em auto; | |
| width: 40px; | |
| height: 40px; | |
| position: relative; | |
| `; | |
| export default Wrapper; | |
| import styled from 'styled-components'; | |
| const Wrapper = styled.div` | |
| margin: 2em auto; | |
| width: 40px; | |
| height: 40px; | |
| position: relative; | |
| `; | |
| export default Wrapper; | |