1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00
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);
});