File size: 152 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
import * as React from 'react';
import 'calypso/jetpack-cloud/style.scss';
const StyleImporter: React.FC = () => null;
export default StyleImporter;
|
1e92f2d |
1 2 3 4 5 6 7 8 |
import * as React from 'react';
import 'calypso/jetpack-cloud/style.scss';
const StyleImporter: React.FC = () => null;
export default StyleImporter;
|