import { h } from 'preact'; export function LiveChip({ className }) { return (
Live
); }