File size: 208 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
// Initialize polyfills before any dependencies are loaded
import '@automattic/calypso-polyfills';
import { bootApp } from './common';
import 'calypso/assets/stylesheets/style.scss';
bootApp( 'Calypso' );
|