diff --git a/src/@components/MainPage/index.tsx b/src/@components/MainPage/index.tsx index 4e903dad..5e766f63 100644 --- a/src/@components/MainPage/index.tsx +++ b/src/@components/MainPage/index.tsx @@ -1,4 +1,4 @@ -import { lazy } from "react"; +//import { lazy } from "react"; import CTABtn from "../@common/CTABtn"; import Footer from "../@common/Footer"; @@ -14,7 +14,7 @@ import StripBanner from "./StripBanner"; import { St } from "./style"; import TopicLink from "./TopicLink"; -const UpdateModal = lazy(() => import("./UpdateModal")); +//const UpdateModal = lazy(() => import("./UpdateModal")); export default function MainPage() { useGTMPage(); @@ -50,9 +50,9 @@ export default function MainPage() {