import React from 'react'; import styles from './spinner.css'; const Loading = () => (
); export default Loading;