styled.ts 118 B

123456
  1. import styled from 'styled-components';
  2. export const TextWrapper = styled.span`
  3. `;
  4. export const Img = styled.img``;