summaryrefslogtreecommitdiff
path: root/frontend/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.js')
-rw-r--r--frontend/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/index.js b/frontend/src/index.js
index c49e0b68..0971b1e6 100644
--- a/frontend/src/index.js
+++ b/frontend/src/index.js
@@ -2,7 +2,7 @@ import React from 'react'
import ReactDOM from 'react-dom'
import { Provider } from 'react-redux'
import { setupSocketConnection } from './api/socket'
-import './index.css'
+import './index.sass'
import Routes from './routes'
import configureStore from './store/configure-store'