import React from "react"; import {Spinner} from "reactstrap"; function Loading() { return (
); } export default Loading;