Skip to content

Commit

Permalink
[feat] second 라우팅
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoin-Kim committed May 22, 2021
1 parent 6e61f7d commit 76e8bd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions folin-web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ import React from "react";
import Router from "./components/Router";
import GlobalStyles from "./assets/styles/GlobalStyles";
import theme from "./assets/styles/theme";
import Second from '../src/components/Second/Second.js';
import { ThemeProvider } from "styled-components";

function App() {
return (
<ThemeProvider theme={theme}>
<Router path="/second">
<Second />
</Router>
<Router />
<GlobalStyles />
</ThemeProvider>
);
Expand Down

0 comments on commit 76e8bd0

Please sign in to comment.