playerPanel API연동 및 컴포넌트 구조분해

This commit is contained in:
고동영
2024-04-02 17:15:56 +09:00
parent 3522eaf610
commit b4f8400695
20 changed files with 602 additions and 114 deletions

View File

@@ -49,6 +49,7 @@ export const ACTIVE_POPUP = {
favoritePopup: "favoritePopup",
loginPopup: "loginPopup",
alarmOffPopup: "alarmOffPopup",
qrPopup: "qrPopup",
};
export const AUTO_SCROLL_DELAY = 600;