mastodon/app/javascript/themes/glitch/packs/home.js

8 lines
157 B
JavaScript
Raw Normal View History

2017-11-18 23:12:52 +00:00
import loadPolyfills from './util/load_polyfills';
loadPolyfills().then(() => {
require('./util/main').default();
}).catch(e => {
console.error(e);
});