import React from "react"; import Loading from "react-loading"; const Loader = () => (
); export default Loader;