import { Spinner } from "react-bootstrap"; export default function Loading() { return (
); }