Add:
- IconArchive

Voting
Add:
- detail voting
- BoxDetailHasilVotingSection
- BoxDetailPublishSection
- BoxDetailSection
- ButtonStatusSection

Fix:
- BoxPublishSection
- ReportListSection: Hapus import useless

# No Issue
This commit is contained in:
2025-07-28 16:43:54 +08:00
parent f21ff744d3
commit 4bcfcb5f5a
16 changed files with 569 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ export default function VotingBeranda() {
headerComponent={<SearchInput placeholder="Cari voting" />}
>
{Array.from({ length: 5 }).map((_, index) => (
<Voting_BoxPublishSection key={index} />
<Voting_BoxPublishSection key={index} href={`/voting/${index}`} />
))}
</ViewWrapper>
);