mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-12 14:03:16 -08:00
6 lines
192 B
JavaScript
6 lines
192 B
JavaScript
import main from '../mastodon/main';
|
|
import loadPolyfills from '../mastodon/load_polyfills';
|
|
|
|
loadPolyfills().then(main).catch(e => {
|
|
console.error(e); // eslint-disable-line no-console
|
|
});
|