added vendors table

This commit is contained in:
2026-01-27 12:23:59 -05:00
parent ecd7182153
commit 3aa9b6f325
20 changed files with 1058 additions and 5 deletions

View File

@@ -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: [
// {