"use client"; import AppContext from "@ctx/AppContext"; import { useContext } from "react"; const Loading = ({ rateId }) => { const CTX = useContext(AppContext); const loading = CTX.state.loading; return ( <>
لطفا صبر کنید