about summary refs log tree commit diff
path: root/app/javascript/packs/application.js
blob: 63c5d62720f25d916c02b95811f2d6661e9c0e71 (plain) (blame)
1
2
3
4
5
6
import main from '../mastodon/main';
import loadPolyfills from '../mastodon/load_polyfills';

loadPolyfills().then(main).catch(e => {
  console.error(e);
});