about summary refs log tree commit diff
path: root/app/javascript/themes/glitch/packs/home.js
blob: 69dddf51c1b539a2c3f6101a47947ce1ac892ee6 (plain) (blame)
1
2
3
4
5
6
7
import loadPolyfills from 'themes/glitch/util/load_polyfills';

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