mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
import main from '../../mastodon/main';
|
|
import loadPolyfills from '../../mastodon/load_polyfills';
|
|
|
|
loadPolyfills().then(main).catch(e => {
|
|
console.error(e);
|
|
});
|