fix: broken route links — dispute notification, chat hardcoding, dead sidebar link
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import {
|
||||
Gamepad2,
|
||||
LayoutDashboard,
|
||||
ListOrdered,
|
||||
Palette,
|
||||
Settings2,
|
||||
Store,
|
||||
Users,
|
||||
} from "lucide-react"
|
||||
import { Gamepad2, LayoutDashboard, ListOrdered, Palette, Store, Users } from "lucide-react"
|
||||
import Link from "next/link"
|
||||
import { usePathname } from "next/navigation"
|
||||
import { cn } from "@/lib/utils"
|
||||
@@ -25,7 +17,6 @@ const ownerLinks = [
|
||||
{ href: "/dashboard/shop", label: "店铺管理", icon: Store },
|
||||
{ href: "/dashboard/shop/employees", label: "员工管理", icon: Users },
|
||||
{ href: "/dashboard/shop/templates", label: "模板编辑", icon: Palette },
|
||||
{ href: "/dashboard/settings", label: "店铺设置", icon: Settings2 },
|
||||
]
|
||||
|
||||
export function DashboardSidebar() {
|
||||
|
||||
Reference in New Issue
Block a user