import React from 'react' import { Spinner, Button } from 'react-bootstrap'; function Loading() { return ( ) } export default Loading;