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

8 lines
181 B
JavaScript
Raw Normal View History

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