import { Spinner, } from 'reactstrap'; const Loading = () => { return ( Loading... ); }; export default Loading;