1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-25 06:55:12 +00:00
mastodon/app/javascript/flavours/glitch/packs/home.js
2017-12-03 23:26:40 -08:00

7 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);
});