aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 21ae21a..5ca3ea1 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -4,7 +4,7 @@ import Router from "./routes";
ReactDOM.render(
<BrowserRouter>
- <Router />
+ <Router/>
</BrowserRouter>,
document.getElementById('root')
);