From 7b0bcdcfefbd81d9426ade5e5163df04b3d53d4b Mon Sep 17 00:00:00 2001 From: wowba Date: Tue, 12 Sep 2023 14:52:36 +0900 Subject: [PATCH] =?UTF-8?q?Test:=20PR=20Test=EC=9A=A9=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoginPage/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/LoginPage/Login.tsx b/src/pages/LoginPage/Login.tsx index 4787582b..f134b90d 100644 --- a/src/pages/LoginPage/Login.tsx +++ b/src/pages/LoginPage/Login.tsx @@ -3,7 +3,7 @@ import React from "react" function Login() { return (
- login + PR Test
) }