파일 컴포넌트 분리

This commit is contained in:
kjs
2025-09-05 21:52:19 +09:00
parent e0fd624078
commit d73be8a4d3
21 changed files with 1999 additions and 556 deletions

View File

@@ -23,7 +23,8 @@ interface UserInfo {
isAdmin: boolean;
sabun?: string;
photo?: string | null;
company_code?: string; // 회사 코드 추가
companyCode?: string; // 백엔드와 일치하도록 수정
company_code?: string; // 하위 호환성을 위해 유지
}
// 인증 상태 타입 정의