mirror of
https://github.com/yldio/copilot.git
synced 2025-01-08 01:50:13 +02:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
import styled from 'styled-components';
|
|
import { Baseline } from '../../shared/composers';
|
|
|
|
export default Baseline(
|
|
styled.legend``
|
|
);
|