MORE FRONTENDS (EASY MODE) WIN!!!

This commit is contained in:
kibigo!
2017-06-22 20:15:11 -07:00
parent 101a4c6913
commit b3904c2553
7 changed files with 16 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
import main from '../../mastodon/main';
import loadPolyfills from '../../mastodon/load_polyfills';
loadPolyfills().then(main).catch(e => {
console.error(e);
});