first commit

This commit is contained in:
akbarguci.pkl 2026-05-19 08:36:45 +07:00
parent 36ef7844fe
commit 4518db6940
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import {
FileText, FileText,
Settings, Settings,
Menu, Menu,
LogOut,
} from "lucide-react"; } from "lucide-react";
type SidebarProps = { type SidebarProps = {
@ -37,7 +36,7 @@ const menuItems = [
}, },
{ {
name: "Transaksi BAST", name: "BAST",
path: "/dashboard/transaksi-bast", path: "/dashboard/transaksi-bast",
icon: <FileText size={20} />, icon: <FileText size={20} />,
}, },