[commonActions, commonReducer] activePopup 추가, IntroPanel, TermsOfService 적용

This commit is contained in:
hyunwoo93.cha
2024-02-26 20:19:51 +09:00
parent 69a16afbe1
commit ceb4aaa254
5 changed files with 33 additions and 24 deletions

View File

@@ -36,3 +36,9 @@ export const SEARCH_DATA_MAX_RESULTS_LIMIT = 30;
// getSubCategory data
export const CATEGORY_DATA_MAX_RESULTS_LIMIT = 20;
// popup
export const ACTIVE_POPUP = {
termsPopup: "termsPopup",
exitPopup: "exitPopup",
};