logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

application.js (167B)


  1. import loadPolyfills from '../mastodon/load_polyfills';
  2. loadPolyfills().then(() => {
  3. require('../mastodon/main').default();
  4. }).catch(e => {
  5. console.error(e);
  6. });