1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-11-30 15:58:20 +09:00
whippy-edition/app/javascript/packs/application.js

7 lines
192 B
JavaScript
Raw Normal View History

import main from '../mastodon/main';
import loadPolyfills from '../mastodon/load_polyfills';
loadPolyfills().then(main).catch(e => {
console.error(e); // eslint-disable-line no-console
});