Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Bamdoliro/Bamdoliro_o in…
Browse files Browse the repository at this point in the history
…to feat/#27
  • Loading branch information
E-jiwoo committed Nov 28, 2023
2 parents b20fc10 + f345144 commit cbe8311
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Culture from "./Components/ui/Culture";
import Projects from "./Components/ui/Projects";
import Histories from "./Components/ui/Histories";
import Member from "./Components/ui/Member";
import Wind from "./Components/ui/Wind";
import Hash from "./Components/common/Hash";

function App() {
Expand Down Expand Up @@ -38,7 +37,6 @@ function App() {
"projects",
"history",
"member",
"wind",
]}
onLeave={(origin, destination, direction) => {
if (origin.index === 1 && direction === "down") {
Expand Down Expand Up @@ -80,9 +78,6 @@ function App() {
<div className="section">
<Member />
</div>
<div className="section">
<Wind />
</div>
</>
)}
options={{
Expand All @@ -94,7 +89,6 @@ function App() {
"projects",
"history",
"member",
"wind",
],
}}
/>
Expand Down

0 comments on commit cbe8311

Please sign in to comment.