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