first commit
This commit is contained in:
parent
36ef7844fe
commit
4518db6940
|
|
@ -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} />,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue