fixed html import + FB import

This commit is contained in:
peter
2019-07-28 13:47:54 +02:00
parent 68695ea89b
commit f4c26b5aa6
9 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import html from './index'
const html = require('./index.html').default
import './index.scss'
import rootCtrl from './controller'