From 1065cea4cc2a3ca838fc2153fead1546365d979d Mon Sep 17 00:00:00 2001 From: ocahs9 Date: Sun, 24 Nov 2024 20:39:43 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=90=EC=83=81=ED=83=9C=EB=A1=9C=20?= =?UTF-8?q?=EB=90=98=EB=8F=8C=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Intro.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Intro.jsx b/src/pages/Intro.jsx index 7bf22d6..b9a212d 100644 --- a/src/pages/Intro.jsx +++ b/src/pages/Intro.jsx @@ -97,7 +97,6 @@ const cards = [ ]; const Intro = () => { - alert("환영합니다!"); const [currentCard, setCurrentCard] = useState(0); const navigate = useNavigate();