레이아웃 변경 대시보드

This commit is contained in:
2026-02-10 17:29:57 +09:00
parent ca01f33d71
commit e5a518b211
3 changed files with 97 additions and 13 deletions

View File

@@ -6,4 +6,6 @@ export interface MenuItem {
icon: LucideIcon;
variant: "default" | "ghost";
matchExact?: boolean;
badge?: string;
showInBottomNav?: boolean;
}