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