import { Fragment } from "react"; import { Dialog, Transition } from "@headlessui/react"; import { TailSpin } from "react-loader-spinner"; export default function LoadingModal({ isLoading }) { return ( {}} >
{/* This element is to trick the browser into centering the modal contents. */}
); }