This repository has been archived on 2023-07-01. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/javascript/themes/glitch/packs/home.js
2017-11-20 22:13:37 -08:00

8 lines
181 B
JavaScript

import loadPolyfills from 'themes/glitch/util/load_polyfills';
loadPolyfills().then(() => {
require('themes/glitch/util/main').default();
}).catch(e => {
console.error(e);
});