import React from "react"; import './index.css' const BouncingDotsLoader = () => { return ( <>
); }; export default BouncingDotsLoader;