Skip to content

Commit

Permalink
Merge pull request #153 from Codeit-Part4-SFJs/ya/modal
Browse files Browse the repository at this point in the history
bug: login, register alertModal path 삭제
  • Loading branch information
yeona813 authored Jun 21, 2024
2 parents 50532b2 + fde5e09 commit bc7d8da
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
11 changes: 0 additions & 11 deletions src/app/@modal/(.)modal/example1/page.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/app/@modal/(.)modal/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const LoginAlertModal = () => {
<AlertModal
errorMessage="로그인 정보를 다시 확인해주세요"
buttonText="로그인 다시하기"
path="/login"
/>
</Modal>
);
Expand Down
1 change: 0 additions & 1 deletion src/app/@modal/(.)modal/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const RegisterAlertModal = () => {
<AlertModal
errorMessage="회원가입을 다시 시도해주세요"
buttonText="회원가입 다시하기"
path="/register"
/>
</Modal>
);
Expand Down
11 changes: 0 additions & 11 deletions src/app/modal/example1/page.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/app/modal/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const LoginAlertModal = () => {
<AlertModal
errorMessage="로그인 정보를 다시 확인해주세요"
buttonText="로그인 다시하기"
path="/login"
/>
</Modal>
);
Expand Down
1 change: 0 additions & 1 deletion src/app/modal/register/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const RegisterAlertModal = () => {
<AlertModal
errorMessage="회원가입을 다시 시도해주세요"
buttonText="회원가입 다시하기"
path="/register"
/>
</Modal>
);
Expand Down

0 comments on commit bc7d8da

Please sign in to comment.