import React from "react"; import { ClipLoader } from "react-spinners"; function Loading() { return (
); } export default Loading;