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

8 lines
181 B
JavaScript
Raw Normal View History

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