WIP static themeing

This commit is contained in:
kibigo!
2017-11-18 15:12:52 -08:00
parent 92cc79be72
commit a9ed857171
18 changed files with 135 additions and 36 deletions

View File

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