File size: 97 Bytes
1c0c94d
 
 
1
2
3
4
export default function Spinner() {
  return <span className="spinner" aria-label="loading" />
}