| import styled from 'styled-components'; | |
| const Wrapper = styled.div` | |
| width: 100%; | |
| height: 100%; | |
| display: flex; | |
| align-items: space-between; | |
| `; | |
| export default Wrapper; | |
| import styled from 'styled-components'; | |
| const Wrapper = styled.div` | |
| width: 100%; | |
| height: 100%; | |
| display: flex; | |
| align-items: space-between; | |
| `; | |
| export default Wrapper; | |