import * as React from 'react'; const Spinner = () => (
Loading...
); export default Spinner;