added vendors table
This commit is contained in:
@@ -13,6 +13,7 @@ import {
|
||||
IconSearch,
|
||||
IconSettings,
|
||||
IconUsers,
|
||||
IconUsersGroup
|
||||
} from "@tabler/icons-react"
|
||||
|
||||
import { NavMain } from "@/components/nav-main"
|
||||
@@ -51,6 +52,11 @@ const data = {
|
||||
url: "/venues",
|
||||
icon: IconBuildingArch,
|
||||
},
|
||||
{
|
||||
title: "Vendors",
|
||||
url: "/vendors",
|
||||
icon: IconUsersGroup,
|
||||
},
|
||||
],
|
||||
// navClouds: [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user