function Loader(){
return(
<>
<div className="flex flex-row gap-2">
<div className="w-3 h-3 bg-[#9487e0b2] animate-bounce"></div>
<div className="w-3 h-3 bg-[#9487e0b2] animate-bounce [animation-delay:-.3s]"></div>
<div className="w-3 h-3 bg-[#9487e0b2] animate-bounce [animation-delay:-.5s]"></div>
</div>
</>
)
}
export default Loader