summaryrefslogtreecommitdiffstats
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx
index c381d4a..a6c4952 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -2,8 +2,6 @@ import * as React from "react";
2import * as ReactDOM from "react-dom"; 2import * as ReactDOM from "react-dom";
3import App from "./components/App/App"; 3import App from "./components/App/App";
4 4
5import 'bootstrap/dist/css/bootstrap.min.css';
6
7import './index.scss'; 5import './index.scss';
8 6
9ReactDOM.render(<App />, document.getElementById("root")); 7ReactDOM.render(<App />, document.getElementById("root"));