Skip to content

Commit

Permalink
Merge pull request #81 from Youngseo-kangg/dev
Browse files Browse the repository at this point in the history
โšก[Client] merge ํ•˜๋ฉด์„œ ์ƒ๊ธด ์˜ค๋ฅ˜ ์ˆ˜์ •
  • Loading branch information
youngseo-kangg authored Aug 28, 2021
2 parents 12482e4 + 80bc41b commit 1a0385a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import Mypage from "./pages/Mypage";
import {BrowserRouter, Switch, Route, Link} from "react-router-dom"
import WriteModal from "./comp/WriteModal";


function App() {
// console.log(dummyData);
const [isLogin, setisLogin] = useState(true);
const [searched, setSearched] = useState(false);
const [onModal, setOnModal] = useState(false);
const [writeModal, setWriteModal] = useState(true);

return (
<BrowserRouter>
<div id="wrap">
Expand Down Expand Up @@ -46,6 +46,7 @@ function App() {
</div>
</Switch>
</div>
</div>
</BrowserRouter>
);
}
Expand Down

0 comments on commit 1a0385a

Please sign in to comment.