1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-03 01:09:08 +09:00
YuruToot/app/javascript/flavours/glitch/packs/home.js

8 lines
185 B
JavaScript
Raw Normal View History

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