1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 14:37:20 +00:00
mastodon/app/javascript/flavours/glitch/packs/home.js

8 lines
185 B
JavaScript
Raw Normal View History

2017-12-03 23:26:40 -08:00
import loadPolyfills from 'flavours/glitch/util/load_polyfills';
loadPolyfills().then(() => {
require('flavours/glitch/util/main').default();
}).catch(e => {
console.error(e);
});