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() {