import React from "react" export const Loader = () => { return (

Loading

{" "}
) }