import { t } from "@/utils"; import noChatListFound from "../../../public/assets/no_data_found_illustrator.svg"; import CustomImage from "@/components/Common/CustomImage"; const NoChatListFound = () => { return (

{t("noConversationsFound")}

{t("noChatsAvailable")}
); }; export default NoChatListFound;