Skip to content

Commit c41d537

Browse files
committed
Remove comments
1 parent cd9ad5a commit c41d537

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

frontends/main/src/app/layout.tsx

-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { PageWrapper, PageWrapperInner } from "./styled"
55
import Providers from "./providers"
66
import { MITLearnGlobalStyles } from "ol-components"
77
import Script from "next/script"
8-
// import { PrefetchProvider } from "./PrefetchProvider"
98

109
import "./GlobalStyles"
1110

@@ -27,14 +26,12 @@ export default function RootLayout({
2726
<html lang="en">
2827
<body>
2928
<Providers>
30-
{/* <PrefetchProvider> */}
3129
<MITLearnGlobalStyles />
3230
<PageWrapper>
3331
<Header />
3432
<PageWrapperInner>{children}</PageWrapperInner>
3533
<Footer />
3634
</PageWrapper>
37-
{/* </PrefetchProvider> */}
3835
</Providers>
3936
</body>
4037
{process.env.NEXT_PUBLIC_APPZI_URL ? (

frontends/main/src/app/page.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Metadata } from "next"
33
import HomePage from "@/app-pages/HomePage/HomePage"
44
import { getMetadataAsync } from "@/common/metadata"
55
import { Hydrate } from "@tanstack/react-query"
6-
// import { learningResourcesKeyFactory } from "api/hooks/learningResources"
76
import { testimonialsKeyFactory } from "api/hooks/testimonials"
87
import {
98
NewsEventsListFeedTypeEnum,

0 commit comments

Comments
 (0)