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