File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { PageWrapper, PageWrapperInner } from "./styled"
5
5
import Providers from "./providers"
6
6
import { MITLearnGlobalStyles } from "ol-components"
7
7
import Script from "next/script"
8
- // import { PrefetchProvider } from "./PrefetchProvider"
9
8
10
9
import "./GlobalStyles"
11
10
@@ -27,14 +26,12 @@ export default function RootLayout({
27
26
< html lang = "en" >
28
27
< body >
29
28
< Providers >
30
- { /* <PrefetchProvider> */ }
31
29
< MITLearnGlobalStyles />
32
30
< PageWrapper >
33
31
< Header />
34
32
< PageWrapperInner > { children } </ PageWrapperInner >
35
33
< Footer />
36
34
</ PageWrapper >
37
- { /* </PrefetchProvider> */ }
38
35
</ Providers >
39
36
</ body >
40
37
{ process . env . NEXT_PUBLIC_APPZI_URL ? (
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import type { Metadata } from "next"
3
3
import HomePage from "@/app-pages/HomePage/HomePage"
4
4
import { getMetadataAsync } from "@/common/metadata"
5
5
import { Hydrate } from "@tanstack/react-query"
6
- // import { learningResourcesKeyFactory } from "api/hooks/learningResources"
7
6
import { testimonialsKeyFactory } from "api/hooks/testimonials"
8
7
import {
9
8
NewsEventsListFeedTypeEnum ,
You can’t perform that action at this time.
0 commit comments