Commit 1d5a1720 authored by Kim, Chaerin's avatar Kim, Chaerin
Browse files

parent bd46f33f
...@@ -22,7 +22,6 @@ ReactDOM.render( ...@@ -22,7 +22,6 @@ ReactDOM.render(
<Route exact path="/" component={App} /> <Route exact path="/" component={App} />
<Route path="/search" component={Search} /> <Route path="/search" component={Search} />
<Route path="/place" component={Place} /> <Route path="/place" component={Place} />
<Route path="/hello" component={Hello} />
</Switch> </Switch>
</Router> </Router>
</React.StrictMode>, </React.StrictMode>,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment