feat(eom): frame work added in for eom

This commit is contained in:
2025-03-05 20:15:38 -06:00
parent 50cf87380d
commit fda0719d87
14 changed files with 708 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import {Printer} from "lucide-react";
import {FileText} from "lucide-react";
import {
SidebarGroup,
SidebarGroupContent,
@@ -10,9 +10,9 @@ import {
const items = [
{
title: "Qaulity Request",
url: "#",
icon: Printer,
title: "End Of Month",
url: "/eom",
icon: FileText,
},
];