feat(group): edit group
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user