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