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;