chore: 移除app-sidebar无用数据

This commit is contained in:
2025-12-19 10:21:57 +08:00
parent e3a50adea8
commit 83f3d696d6

View File

@@ -31,11 +31,6 @@ import { Role } from "@/lib/types/role"
export function AppSidebar({ user, ...props }: React.ComponentProps<typeof Sidebar> & { user: User | null }) { export function AppSidebar({ user, ...props }: React.ComponentProps<typeof Sidebar> & { user: User | null }) {
const data = { const data = {
user: {
name: "shadcn",
email: "m@example.com",
avatar: "/avatars/shadcn.jpg",
},
navMain: null as null | { navMain: null as null | {
title: string title: string
url: string url: string