mirror of
https://github.com/strapi/strapi.git
synced 2025-11-21 20:48:18 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
|
import styled from 'styled-components';
|
||
|
|
|
||
|
|
const Label = styled.div``;
|
||
|
|
|
||
|
|
export default Label;
|