import { Spacing, StackCustom, ViewWrapper } from "@/components";
import { IconArchive } from "@/components/_Icon";
import {
IconList,
IconPublish,
IconReject,
IconReview,
} from "@/components/_Icon/IconComponent";
import AdminComp_BoxDashboard from "@/components/_ShareComponent/Admin/BoxDashboard";
import AdminTitlePage from "@/components/_ShareComponent/Admin/TitlePage";
import { MainColor } from "@/constants/color-palet";
export default function AdminVoting() {
return (
<>
{listData.map((item, i) => (
))}
>
);
}
const listData = [
{
label: "Publish",
value: 3,
icon: ,
},
{
label: "Review",
value: 8,
icon: ,
},
{
label: "Reject",
value: 4,
icon: ,
},
{
label: "Riwayat",
value: 6,
icon: ,
},
{
label: "Tipe Acara",
value: 7,
icon: ,
},
];