인증 상태에 따른 레이아웃 및 UI 개선

This commit is contained in:
kyy
2026-02-12 13:23:54 +09:00
parent 7a25cf40aa
commit c23e0c925a
2 changed files with 46 additions and 9 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { AlertCircle, CheckCircle2, Info } from "lucide-react";
import { CheckCircle2, AlertCircle, Info } from "lucide-react";
import { cn } from "../../lib/utils";
import { useToastState } from "./use-toast";