MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / CommentSectionProps

Interface CommentSectionProps

components/comments/comment-section.tsx:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13type SortOption = "newest" | "oldest" | "popular"
14
15interface CommentSectionProps {
16 extensionId: Id<"extensions">
17}
18
19export function CommentSection({ extensionId }: CommentSectionProps) {
20 const [sortBy, setSortBy] = useState<SortOption>("newest")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected