feat(group): edit group

This commit is contained in:
2026-03-09 15:03:18 +08:00
parent e7670c7cef
commit fe46a422b4
6 changed files with 87 additions and 91 deletions

View File

@@ -1,11 +1,11 @@
"use client"
import { useAppLayoutStore } from "@/components/layout/store"
import { NavLink, Space } from "@mantine/core"
import { MenuItem } from "../common"
import { ClientIcon } from "./ClientIcon"
import { usePathname, useRouter } from "next/navigation"
import { useState } from "react"
import { useAppLayoutStore } from "@/components/layout/store"
import { MenuItem } from "../common"
import { ClientIcon } from "./ClientIcon"
interface LinksGroupProps {
item: MenuItem