styled.ts 123 B

123456
  1. import styled from 'styled-components';
  2. export const ContentWrapper = styled.div`
  3. margin-top: 20px;
  4. display: flex;
  5. `;