From d60f178d5799d5643183deeaf6c27007bcca5dcb Mon Sep 17 00:00:00 2001 From: kimsoyoung Date: Mon, 9 Dec 2024 18:44:58 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=EB=A6=AC=EB=B7=B0=20?= =?UTF-8?q?=EB=B0=9B=EC=9D=80=20=EB=B2=84=ED=8A=BC=ED=83=80=EC=9E=85=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=98=EA=B8=B0(text=20=ED=94=84=EB=A1=AD?= =?UTF-8?q?=EC=8A=A4=EB=A5=BC=20=EC=9C=A0=EC=97=B0=ED=95=98=EA=B2=8C=20?= =?UTF-8?q?=EB=B0=9B=EC=95=84=EB=B3=B4=EB=8A=94=20=EB=B0=A9=EB=B2=95?= =?UTF-8?q?=EC=9D=80=20=EB=B0=98=EC=98=81=EA=B9=8C=EC=A7=80=20=EC=8B=9C?= =?UTF-8?q?=EA=B0=84=EC=9D=B4=20=EC=A2=80=20=EB=8D=94=20=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=A0=20=EA=B2=83=20=EA=B0=99=EC=8A=B5=EB=8B=88=EB=8B=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Button.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Button.jsx b/src/components/Button.jsx index f8fa2507b..f3f8287e1 100644 --- a/src/components/Button.jsx +++ b/src/components/Button.jsx @@ -1,7 +1,11 @@ import './Button.css'; const Button = ({ text, type }) => { - return ; + return ( + + ); }; export default Button;