From 4119e3845527dedefa535fe8296043aa8dcd0554 Mon Sep 17 00:00:00 2001 From: eunhak Date: Fri, 7 Jun 2024 23:30:32 +0900 Subject: [PATCH] fix: test fix --- src/pages/sign/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/sign/index.tsx b/src/pages/sign/index.tsx index 1393a00..613b815 100644 --- a/src/pages/sign/index.tsx +++ b/src/pages/sign/index.tsx @@ -1,4 +1,4 @@ -// import { Test } from '@/components/pwa/Test'; +import { Test } from '@/components/pwa/Test'; import MainContainer from '@/components/shared/MainContainer'; import SignInButton from '@/components/shared/sign/SignInButton'; import SignUpButton from '@/components/shared/sign/SignUpButton'; @@ -73,9 +73,9 @@ const SignHomePage = () => { - {/* {Test()} + {Test()}
- -
*/} + */} + ); };