UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

9 lines (6 loc) 136 B
import styled from 'styled-components'; const Wrapper = styled.div` display: flex; margin-bottom: 6px; `; export default Wrapper;