import "./Lightbar.css"; export function Lightbar(props: { className?: string }) { return (
); }