Skip to content

Commit

Permalink
[ feat ] updateModal 내리기
Browse files Browse the repository at this point in the history
  • Loading branch information
NYeonK committed Sep 12, 2023
1 parent 1cba377 commit 5290841
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/@components/MainPage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { lazy } from "react";
//import { lazy } from "react";

import CTABtn from "../@common/CTABtn";
import Footer from "../@common/Footer";
Expand All @@ -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();
Expand Down Expand Up @@ -50,9 +50,9 @@ export default function MainPage() {
<Footer />
<CTABtn />

<SuspenseBoundary bgColor="white">
{/* <SuspenseBoundary bgColor="white">
<UpdateModal />
</SuspenseBoundary>
</SuspenseBoundary> */}
</St.MainPage>
);
}

0 comments on commit 5290841

Please sign in to comment.