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