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

7 lines
115 B
JavaScript
Raw Normal View History

2017-01-16 21:44:08 +02:00
const Styled = require('styled-components');
const {
default: styled
} = Styled;
module.exports = styled.div``;