헤더 수정

This commit is contained in:
focp212@naver.com
2025-10-02 17:06:04 +09:00
parent 4e24a0ed50
commit 4ef59cc87b
3 changed files with 5 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ export interface HeaderNavigationProps {
headerType: HeaderType;
setMenuOn: (menuOn: boolean) => void;
favoriteEdit?: boolean;
loginSuccess: boolean;
};
export interface FooterProps {