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