import { Fragment, component$, h } from "@builder.io/qwik"; type Props = { month: string; right: string; }; export const Month = component$((props: Props) => { return (