interface Props { text?: string; } export function Spinner({ text = 'Loading…' }: Props) { return (