diff options
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx new file mode 100644 index 0000000..a6c4952 --- /dev/null +++ b/src/index.tsx | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | import * as React from "react"; | ||
| 2 | import * as ReactDOM from "react-dom"; | ||
| 3 | import App from "./components/App/App"; | ||
| 4 | |||
| 5 | import './index.scss'; | ||
| 6 | |||
| 7 | ReactDOM.render(<App />, document.getElementById("root")); | ||
