import type {Component} from 'solid-js'; import { Show } from 'solid-js'; const CommentMeta: Component<{ addr?: string; browser?: string; os?: string }> = (props) => (