0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-04-10 15:05:08 +00:00
mastodon/app/javascript/flavours/glitch/packs/home.js
2017-12-03 23:26:40 -08:00

8 lines
185 B
JavaScript

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