feat: add role user modules and shared table updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
import * as React from 'react';
|
||||
import { LayoutDashboard, Plus, Layers, Package, Milestone } from 'lucide-react';
|
||||
import { LayoutDashboard, Plus, Layers, Package, Milestone, ShieldCheck, Users } from 'lucide-react';
|
||||
import { NavUser } from '@/components/nav-user';
|
||||
import { ROUTES } from '@/utils/routes';
|
||||
import {
|
||||
@@ -47,6 +47,16 @@ const data = {
|
||||
url: ROUTES.CHAINAGE,
|
||||
icon: Milestone,
|
||||
},
|
||||
{
|
||||
title: 'Roles',
|
||||
url: ROUTES.ROLES,
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: 'Users',
|
||||
url: ROUTES.USERS,
|
||||
icon: Users,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user