From da34c2abd562e8514f5ed1286f36ed770a911d61 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 13 Jan 2024 23:37:24 +0100 Subject: [PATCH] url --- src/Pages/Store/Calendar/index.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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() { <>

{t("calendar.pageTitle")}

-