master
حسین معصومی پور 2024-04-25 23:02:26 +03:30
parent 20fdbd4385
commit 838b66a7dc
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import AppContext from "@ctx/AppContext";
import moment from "jalali-moment"; import moment from "jalali-moment";
import Chapar from "plugins/Chapar"; import Chapar from "plugins/Chapar";
const page = () => { const Page = () => {
const CTX = useContext(AppContext); const CTX = useContext(AppContext);
const cooperationSystemProfileContractData = const cooperationSystemProfileContractData =
CTX.state.cooperationSystemProfileContractData; CTX.state.cooperationSystemProfileContractData;
@ -462,4 +462,4 @@ const page = () => {
); );
}; };
export default page; export default Page;