From 838b66a7dcd67556e7e073886b35f68eb8f31cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=AD=D8=B3=DB=8C=D9=86=20=D9=85=D8=B9=D8=B5=D9=88=D9=85?= =?UTF-8?q?=DB=8C=20=D9=BE=D9=88=D8=B1?= Date: Thu, 25 Apr 2024 23:02:26 +0330 Subject: [PATCH] fix --- src/app/profile/saleCooperationSystem/page.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/profile/saleCooperationSystem/page.jsx b/src/app/profile/saleCooperationSystem/page.jsx index 19bd219..5bd5466 100644 --- a/src/app/profile/saleCooperationSystem/page.jsx +++ b/src/app/profile/saleCooperationSystem/page.jsx @@ -9,7 +9,7 @@ import AppContext from "@ctx/AppContext"; import moment from "jalali-moment"; import Chapar from "plugins/Chapar"; -const page = () => { +const Page = () => { const CTX = useContext(AppContext); const cooperationSystemProfileContractData = CTX.state.cooperationSystemProfileContractData; @@ -462,4 +462,4 @@ const page = () => { ); }; -export default page; +export default Page;