diff options
| author | 2022-02-12 15:42:41 +0100 | |
|---|---|---|
| committer | 2022-02-12 15:42:41 +0100 | |
| commit | de35f4506ab9847baa28a95566cb90e77dccb19f (patch) | |
| tree | b656c9e233da6679dfd2f24110388e1c4860affe /src/index.tsx | |
| parent | d483a24804ba609fcfd67027c3d1a66e4173be5e (diff) | |
| download | client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.gz client-de35f4506ab9847baa28a95566cb90e77dccb19f.tar.bz2 client-de35f4506ab9847baa28a95566cb90e77dccb19f.zip | |
Fixed all importsv1.3.2
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx index a9fdbd7..83f8970 100644 --- a/src/index.tsx +++ b/src/index.tsx | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | import * as React from "react"; | 1 | 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 "./index.scss"; | 5 | import "~/index.scss"; |
| 6 | import DarkModeProvider from "./contexts/DarkMode"; | 6 | import DarkModeProvider from "./contexts/DarkMode"; |
| 7 | 7 | ||
| 8 | ReactDOM.render( | 8 | ReactDOM.render( |
