import type { WidgetProps } from "./widgets" /** A clock — a stub until the clock widget is written. */ export function ClockWidget(_props: WidgetProps) { return
—