๐Ÿ“ฆ jasonbanboa / 2023-sdh-study

๐Ÿ“„ styled.js ยท 8 lines
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;
`;