import React from "react" import Loading from "react-loading" export default function Loader() { return (
) }