diff options
| author | 2022-01-25 21:42:51 +0100 | |
|---|---|---|
| committer | 2022-01-25 22:06:58 +0100 | |
| commit | f9cd68181137c72e92c6951efd9b8d29c4b73bc1 (patch) | |
| tree | a58451fb140d9c5ea023a45bd393127519a7918f /src/index.tsx | |
| parent | 2f27e222add9bf10b55971ab915ac411e81d24f0 (diff) | |
| download | client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.tar.gz client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.tar.bz2 client-f9cd68181137c72e92c6951efd9b8d29c4b73bc1.zip | |
Added dark mode
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 2 |
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"; | |||
| 2 | import * as ReactDOM from "react-dom"; | 2 | import * as ReactDOM from "react-dom"; |
| 3 | import App from "./components/App/App"; | 3 | import App from "./components/App/App"; |
| 4 | 4 | ||
| 5 | import 'bootstrap/dist/css/bootstrap.min.css'; | ||
| 6 | |||
| 7 | import './index.scss'; | 5 | import './index.scss'; |
| 8 | 6 | ||
| 9 | ReactDOM.render(<App />, document.getElementById("root")); | 7 | ReactDOM.render(<App />, document.getElementById("root")); |
