import { JSXElement } from "solid-js"; import { PublicComment } from "../Util/api"; interface CommentProps { comment: PublicComment; } export function Comment(props: CommentProps): JSXElement { return ( <>