Skip to content

Commit

Permalink
Refactor: 결제페이지 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehafe committed Mar 5, 2023
1 parent 9b4584e commit 2afe970
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// [장바구니 페이지] scss
@forward './cart/cart.scss';
// [결제 페이지] scss
@forward './pay/pay.scss';
@forward './paymentPage/paymentPage.scss';
// [카테고리 페이지] scss
@forward './category/category.scss';
// [검색 페이지] scss
Expand All @@ -27,3 +27,6 @@
@forward '../scss/mypage/mypage.scss';
@forward '../scss/login/login.scss';
@forward '../scss/signup/signup.scss';

//
@forward './errorPage/errorPage.scss';

1 comment on commit 2afe970

@vercel
Copy link

@vercel vercel bot commented on 2afe970 Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

market-log – ./

market-log-mu.vercel.app
market-log-git-main-jaehafe.vercel.app
market-log-jaehafe.vercel.app

Please sign in to comment.