mirror of
https://github.com/yldio/copilot.git
synced 2025-01-09 10:30:12 +02:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
|
const Styled = require('styled-components');
|
||
|
|
||
|
const {
|
||
|
default: styled
|
||
|
} = Styled;
|
||
|
|
||
|
module.exports = styled.div``;
|