Voting – User - app/(application)/(user)/voting/(tabs)/status.tsx - app/(application)/(user)/voting/create.tsx Screens – Voting - screens/Voting/ButtonStatusSection.tsx API Client - service/api-client/api-voting.ts Global - app/+not-found.tsx - styles/global-styles.ts Docs - docs/prompt-for-qwen-code.md Untracked (New Files) - screens/Voting/ScreenStatus.tsx ### No issue
11 lines
219 B
TypeScript
11 lines
219 B
TypeScript
/* eslint-disable react-hooks/exhaustive-deps */
|
|
import Voting_ScreenStatus from "@/screens/Voting/ScreenStatus";
|
|
|
|
export default function VotingStatus() {
|
|
return (
|
|
<>
|
|
<Voting_ScreenStatus />
|
|
</>
|
|
);
|
|
}
|