mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-20 13:36:16 +00:00
Removed unnecessary path property
This commit is contained in:
@@ -10,7 +10,7 @@ import './index.css';
|
|||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<Router>
|
<Router>
|
||||||
<div className="root">
|
<div className="root">
|
||||||
<Route path="/" component={TopBar} />
|
<Route component={TopBar} />
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path="/" component={Intro} />
|
<Route exact path="/" component={Intro} />
|
||||||
<Route exact path="/view" component={ChartView} />
|
<Route exact path="/view" component={ChartView} />
|
||||||
|
|||||||
Reference in New Issue
Block a user