Skip to content

Commit

Permalink
fix: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 7, 2024
1 parent db06b5f commit 4119e38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/sign/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -73,9 +73,9 @@ const SignHomePage = () => {
</span>
</Link>
</div>
{/* {Test()}
{Test()}
<div>
<button
{/* <button
onClick={() => {
sendPush({
title: `알림테스트`,
Expand All @@ -85,8 +85,8 @@ const SignHomePage = () => {
});
}}>
fcm 테스트
</button>
</div> */}
</button> */}
</div>
</MainContainer>
);
};
Expand Down

0 comments on commit 4119e38

Please sign in to comment.