This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-05-11 11:26:06 +02:00
|
|
|
import main from '../mastodon/main';
|
2017-05-30 15:11:15 +02:00
|
|
|
import loadPolyfills from '../mastodon/load_polyfills';
|
2017-05-11 11:26:06 +02:00
|
|
|
|
2017-05-30 15:11:15 +02:00
|
|
|
loadPolyfills().then(main).catch(e => {
|
|
|
|
console.error(e); // eslint-disable-line no-console
|
|
|
|
});
|