1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-08 01:50:13 +02:00
copilot/ui/src/components/form/legend.js
2017-02-23 15:09:27 +00:00

7 lines
138 B
JavaScript

import styled from 'styled-components';
import { Baseline } from '../../shared/composers';
export default Baseline(
styled.legend``
);