1
0
mirror of https://github.com/yldio/copilot.git synced 2025-01-08 18:10:12 +02:00
copilot/ui/src/components/form/legend.js

7 lines
138 B
JavaScript
Raw Normal View History

import styled from 'styled-components';
import { Baseline } from '../../shared/composers';
2017-01-16 21:44:08 +02:00
export default Baseline(
2017-02-20 18:15:36 +02:00
styled.legend``
2017-02-15 03:19:26 +02:00
);