diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index aba8bc7..9f485d4 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,5 +1,6 @@ import { Button } from "antd"; import { useTranslation } from "react-i18next"; +import { Constants } from "../../../utils"; export default function StoreCalendar() { const { t } = useTranslation(); @@ -8,12 +9,7 @@ export default function StoreCalendar() { <>