1 2 3 4 5 6 7 8import styled from 'styled-components' export const ItemList = styled.div` display: flex; width: 100%; flex-direction: column; gap: 8px; `;
1 2 3 4 5 6 7 8
import styled from 'styled-components' export const ItemList = styled.div` display: flex; width: 100%; flex-direction: column; gap: 8px; `;