UNPKG

strapi-plugin-migrate

Version:
8 lines (6 loc) 171 B
// eslint-disable-next-line import/no-extraneous-dependencies import styled from 'styled-components'; const Row = styled.div` padding-top: 18px; `; export default Row;