Removing html to avoid requiring a html-loader plugin for just one file

This commit is contained in:
James Barnsley
2017-09-07 20:29:20 +12:00
parent bbad09d47b
commit a397a9ffba

View File

@ -11,7 +11,6 @@ import ReactGA from 'react-ga'
import store from './bootstrap.js'
require('../scss/app.scss');
require('../index.html');
import App from './App'
import Album from './views/Album'