import * as React from "react"; export const Spinner: React.FC = () => (
Loading...
);