File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import type { CommunityEventsReturnType } from "@/lib/interfaces"
25
25
import ActionCard from "@/components/ActionCard"
26
26
import ButtonLink from "@/components/Buttons/ButtonLink"
27
27
import CalloutBanner from "@/components/CalloutBanner"
28
+ import CodeModal from "@/components/CodeModal"
28
29
import CommunityEvents from "@/components/CommunityEvents"
29
30
import HomeHero from "@/components/Hero/HomeHero"
30
31
import { Image } from "@/components/Image"
@@ -223,9 +224,6 @@ export const getStaticProps = (async ({ locale }) => {
223
224
const Codeblock = dynamic ( ( ) => import ( "@/components/Codeblock" ) , {
224
225
ssr : false ,
225
226
} )
226
- const CodeModal = dynamic ( ( ) => import ( "@/components/CodeModal" ) , {
227
- ssr : false ,
228
- } )
229
227
230
228
const HomePage = ( {
231
229
communityEvents,
You can’t perform that action at this time.
0 commit comments