1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

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'))