mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-06 23:13:01 -05:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
import loadPolyfills from 'themes/glitch/util/load_polyfills';
|
|
|
|
loadPolyfills().then(() => {
|
|
require('themes/glitch/util/main').default();
|
|
}).catch(e => {
|
|
console.error(e);
|
|
});
|