add paymentsd list
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user