feat: ticket system base implementation

This commit is contained in:
2026-06-19 01:19:01 +05:30
parent a18fff4d6f
commit 8c3d19a429
19 changed files with 1400 additions and 27 deletions

View File

@@ -6,6 +6,7 @@ import {
Plus,
Settings,
ShieldCheck,
Ticket,
Users,
Building2,
BadgeIndianRupee,
@@ -35,6 +36,11 @@ export const menuItems: MenuItem[] = [
path: ROUTES.UPLOAD,
icon: Plus,
},
{
title: 'Ticket',
path: ROUTES.TICKET,
icon: Ticket,
},
{
title: 'Project',
path: ROUTES.PROJECT,