Skip to content

Commit 6b3ea7f

Browse files
committed
re add 3d
1 parent 5f5b303 commit 6b3ea7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/pages/ArticlePage/ArticlePage.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/** @jsx jsx */
22
/* @jsxFrag React.Fragment */
3+
//3d
4+
import LanguagesNearYou from '#app/components/3d/3dComponents/LanguagesNearYou'
35
import React, { use, useState } from 'react';
46
import { jsx, useTheme } from '@emotion/react';
57
import useToggle from '#hooks/useToggle';
@@ -345,6 +347,7 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
345347
]}
346348
role="main"
347349
>
350+
<LanguagesNearYou />
348351
<Blocks
349352
blocks={articleBlocks}
350353
componentsToRender={componentsToRender}

0 commit comments

Comments
 (0)