aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.js')
-rw-r--r--frontend/src/index.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/src/index.js b/frontend/src/index.js
index f5185c1..2e90371 100644
--- a/frontend/src/index.js
+++ b/frontend/src/index.js
@@ -1,7 +1,8 @@
import React from 'react';
import ReactDOM from 'react-dom';
-import './index.css';
-import App from './App';
+import 'bootstrap/dist/css/bootstrap.css';
+import './index.scss';
+import App from './views/App';
import * as serviceWorker from './serviceWorker';
ReactDOM.render(