export const Spinner = () => { return (
Loading...
); };