diff options
| author | 2022-01-19 21:27:21 +0100 | |
|---|---|---|
| committer | 2022-01-25 22:06:58 +0100 | |
| commit | 51a2ac628822e96459b3d570eada953ac8927d43 (patch) | |
| tree | 7bb3766580f0fe88d5ff5786e1ad5a640704cc8d /src/index.tsx | |
| parent | 1af1996d38ceaf2b96dcd5b1a6ee0a9c158022f8 (diff) | |
| download | client-51a2ac628822e96459b3d570eada953ac8927d43.tar.gz client-51a2ac628822e96459b3d570eada953ac8927d43.tar.bz2 client-51a2ac628822e96459b3d570eada953ac8927d43.zip | |
Added boostrap
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index a6c4952..c381d4a 100644 --- a/src/index.tsx +++ b/src/index.tsx | |||
| @@ -2,6 +2,8 @@ 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 | |||
| 5 | import './index.scss'; | 7 | import './index.scss'; |
| 6 | 8 | ||
| 7 | ReactDOM.render(<App />, document.getElementById("root")); | 9 | ReactDOM.render(<App />, document.getElementById("root")); |
