diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 95829eb..24af689 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,6 +1,10 @@ import { Button, Spin } from "antd"; import { useTranslation } from "react-i18next"; -import { Constants, myFetch } from "../../../utils"; +import { + Constants, + getUserSessionFromLocalStorage, + myFetch, +} from "../../../utils"; import { useEffect, useState } from "react"; import MyCenteredContainer from "../../../Components/MyContainer"; @@ -33,7 +37,18 @@ export default function StoreCalendar() { <>