import { TailSpin } from "react-loader-spinner"; export default function Loading() { return (

Loading...

); }