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

8 lines
157 B
JavaScript

import loadPolyfills from './util/load_polyfills';
loadPolyfills().then(() => {
require('./util/main').default();
}).catch(e => {
console.error(e);
});