# Voting
## feat - Create function - Get list by status id - Get one vote by id ### No issuue
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
"use client";
|
||||
|
||||
import { RouterVote } from "@/app/lib/router_hipmi/router_vote";
|
||||
import ComponentVote_CardViewStatus from "../../component/card_view_status";
|
||||
|
||||
export default function Vote_StatusReject() {
|
||||
return (
|
||||
<>
|
||||
<ComponentVote_CardViewStatus path={RouterVote.detail_reject} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user