Icon: - IconContribution - IconHistory Voting Add: - voting (tabs) - (user)/_layout : penambahan layout voting # No Issue
10 lines
213 B
TypeScript
10 lines
213 B
TypeScript
import { TextInputCustom, ViewWrapper } from "@/components";
|
|
|
|
export default function CreateVoting() {
|
|
return (
|
|
<ViewWrapper>
|
|
<TextInputCustom>Create Voting</TextInputCustom>
|
|
</ViewWrapper>
|
|
);
|
|
}
|