mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - profile, users and projects
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { type BreadcrumbItem, type NavItem } from '@/types';
|
||||
import { ListIcon, UserIcon } from 'lucide-react';
|
||||
import { ListIcon, UserIcon, UsersIcon } from 'lucide-react';
|
||||
import { ReactNode } from 'react';
|
||||
import Layout from '@/layouts/app/layout';
|
||||
|
||||
@ -9,6 +9,11 @@ const sidebarNavItems: NavItem[] = [
|
||||
href: route('profile'),
|
||||
icon: UserIcon,
|
||||
},
|
||||
{
|
||||
title: 'Users',
|
||||
href: route('users'),
|
||||
icon: UsersIcon,
|
||||
},
|
||||
{
|
||||
title: 'Projects',
|
||||
href: route('projects'),
|
||||
|
Reference in New Issue
Block a user