Component
Icon: - IconContribution - IconHistory Voting Add: - voting (tabs) - (user)/_layout : penambahan layout voting # No Issue
This commit is contained in:
9
app/(application)/(user)/voting/(tabs)/status.tsx
Normal file
9
app/(application)/(user)/voting/(tabs)/status.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TextCustom, ViewWrapper } from "@/components";
|
||||
|
||||
export default function VotingStatus() {
|
||||
return (
|
||||
<ViewWrapper>
|
||||
<TextCustom>Voting Status</TextCustom>
|
||||
</ViewWrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user