completionId: cgen-0393af878d5546fab7373ea84606d3cc
cgen-0393af878d5546fab7373ea84606d3cc
This commit is contained in:
parent
c23c0a7ebc
commit
9826796730
1 changed files with 10 additions and 0 deletions
|
|
@ -14,12 +14,22 @@ import {
|
|||
DropdownMenuTrigger,
|
||||
} from "@/components/ui/dropdown-menu";
|
||||
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
|
||||
import {
|
||||
Sheet,
|
||||
SheetClose,
|
||||
SheetContent,
|
||||
SheetDescription,
|
||||
SheetHeader,
|
||||
SheetTitle,
|
||||
SheetTrigger,
|
||||
} from "@/components/ui/sheet";
|
||||
import {
|
||||
User,
|
||||
Settings,
|
||||
LogOut,
|
||||
Sparkles,
|
||||
UserCircle,
|
||||
Menu,
|
||||
} from "lucide-react";
|
||||
|
||||
interface LayoutProps {
|
||||
|
|
|
|||
Loading…
Reference in a new issue