전체적인 리팩토링
This commit is contained in:
@@ -18,12 +18,14 @@ import {
|
||||
DropdownMenuSeparator,
|
||||
DropdownMenuTrigger,
|
||||
} from "@/components/ui/dropdown-menu";
|
||||
import { KIS_REMEMBER_LOCAL_STORAGE_KEYS } from "@/features/settings/lib/kis-remember-storage";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
const SESSION_RELATED_STORAGE_KEYS = [
|
||||
"session-storage",
|
||||
"auth-storage",
|
||||
"autotrade-kis-runtime-store",
|
||||
...KIS_REMEMBER_LOCAL_STORAGE_KEYS,
|
||||
] as const;
|
||||
|
||||
interface UserMenuProps {
|
||||
|
||||
Reference in New Issue
Block a user