From 03bcd07341e3eb3012187a4ed8afb22d9e1da308 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 11:11:12 +0100 Subject: [PATCH] oauth --- src/Pages/Store/Calendar/index.js | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/Pages/Store/Calendar/index.js b/src/Pages/Store/Calendar/index.js index 86859da..ad3ddb7 100644 --- a/src/Pages/Store/Calendar/index.js +++ b/src/Pages/Store/Calendar/index.js @@ -1,7 +1,7 @@ import { Button } from "antd"; import { useTranslation } from "react-i18next"; import { Constants } from "../../../utils"; -import * as hello from "hellojs"; +import hello from "hellojs"; import { useEffect } from "react"; export default function StoreCalendar() { @@ -32,10 +32,20 @@ export default function StoreCalendar() {