mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
import main from '../mastodon/main';
|
|
import loadPolyfills from '../mastodon/load_polyfills';
|
|
|
|
loadPolyfills().then(main).catch(e => {
|
|
console.error(e);
|
|
});
|