FunctionQuestionCard({
clerkId,
_id,
title,
tags,
author,
upvotes,
views,
answers,
createdAt
}: QuestionProps)
components/cards/QuestionCard.tsx:29
FunctionVotes({
type,
itemId,
userId,
upvotes,
hasupVoted,
downvotes,
hasdownVoted,
hasSaved,
}: Props)
components/shared/Votes.tsx:24