add paymentsd list

This commit is contained in:
2025-11-19 18:47:05 -03:00
parent c16872091c
commit d9bdc461e3
7 changed files with 171 additions and 35 deletions

View File

@@ -5,8 +5,7 @@ import {
DollarSign,
GraduationCap,
LayoutDashboard,
UsersIcon,
WebhookIcon
UsersIcon
} from 'lucide-react'
import { NavMain } from '@/components/nav-main'
@@ -41,11 +40,6 @@ const navMain = [
title: 'Empresas',
url: '/orgs',
icon: Building2Icon
},
{
title: 'Webhooks',
url: '/webhooks',
icon: WebhookIcon
}
]

View File

@@ -11,7 +11,7 @@ import {
import { useIsMobile } from '@repo/ui/hooks/use-mobile'
import { type LucideIcon } from 'lucide-react'
import { NavLink, useParams } from 'react-router'
import { NavLink } from 'react-router'
type NavItem = {
title: string