From 5290841e94292c28c5d3ac800735cae376fdf250 Mon Sep 17 00:00:00 2001 From: NYeonK Date: Wed, 13 Sep 2023 05:38:56 +0900 Subject: [PATCH] =?UTF-8?q?[=20feat=20]=20updateModal=20=EB=82=B4=EB=A6=AC?= =?UTF-8?q?=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@components/MainPage/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {