[TToast, commonAction, commonReducer] 공통 컴포넌트 TToast 추가, 리덕스 액션 및 상태관리 추가

This commit is contained in:
hyunwoo93.cha
2024-02-28 13:58:29 +09:00
parent 4935b62515
commit 577378551f
16 changed files with 119 additions and 9 deletions

View File

@@ -42,3 +42,5 @@ export const ACTIVE_POPUP = {
termsPopup: "termsPopup",
exitPopup: "exitPopup",
};
export const AUTO_SCROLL_DELAY = 600;