mebubo's picture
Snapshot
a88e9cf
raw
history blame contribute delete
160 Bytes
import React from "react"
export function Spinner() {
return (
<div className="spinner-overlay">
<div className="spinner"></div>
</div>
);
}