Commit 3b9bd6da authored by Kim, Subin's avatar Kim, Subin
Browse files

Router 처리 완료

parent d7a53a5a
...@@ -24,7 +24,6 @@ function App() { ...@@ -24,7 +24,6 @@ function App() {
<Switch> <Switch>
<Route path="/admin" component={AdminPage} /> <Route path="/admin" component={AdminPage} />
<div style={{ backgroundColor: "black" }}> <div style={{ backgroundColor: "black" }}>
<Router>
<SubNav /> <SubNav />
<Header /> <Header />
<MainNav /> <MainNav />
...@@ -40,7 +39,6 @@ function App() { ...@@ -40,7 +39,6 @@ function App() {
<Route path="/payment" component={Payment} /> <Route path="/payment" component={Payment} />
<Route path="/search" component={SearchPage} /> <Route path="/search" component={SearchPage} />
</Switch> </Switch>
</Router>
</div> </div>
</Switch> </Switch>
</Router> </Router>
......
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