import React from "react"; import Image from "../Ui/Image"; const EmptyData = ({ header, info, loading, }: { info: string; header: string; loading: boolean; }) => { if (loading) { return <>>; } return (
{info}