Fixing a tiny compile problem

This commit is contained in:
Jesús Espino 2020-10-27 12:53:57 +01:00
parent a783d318aa
commit a983cd8322

View file

@ -8,7 +8,6 @@ import {setTheme, lightTheme} from './theme'
import './styles/main.scss'
import './styles/colors.scss'
import './styles/images.scss'
setTheme(lightTheme)
ReactDOM.render(<App/>, document.getElementById('octo-tasks-app'))