Skip to content

Commit

Permalink
원상태로 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Nov 24, 2024
1 parent fd252ba commit 1065cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const cards = [
];

const Intro = () => {
alert("환영합니다!");
const [currentCard, setCurrentCard] = useState(0);
const navigate = useNavigate();

Expand Down

0 comments on commit 1065cea

Please sign in to comment.