aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/index.tsx b/src/index.tsx
deleted file mode 100644
index 5ca3ea1..0000000
--- a/src/index.tsx
+++ /dev/null
@@ -1,11 +0,0 @@
-import ReactDOM from 'react-dom';
-import { BrowserRouter } from 'react-router-dom';
-import Router from "./routes";
-
-ReactDOM.render(
- <BrowserRouter>
- <Router/>
- </BrowserRouter>,
- document.getElementById('root')
-);
-