import "./Spinner.css"; interface SpinnerProps { className: string; } export function Spinner(props: SpinnerProps) { return
; }