import React from "react"; import { Spinner } from "react-bootstrap"; const Loading = props => { return (
); }; export default Loading;