We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5b303 commit 6b3ea7fCopy full SHA for 6b3ea7f
src/app/pages/ArticlePage/ArticlePage.tsx
@@ -1,5 +1,7 @@
1
/** @jsx jsx */
2
/* @jsxFrag React.Fragment */
3
+//3d
4
+import LanguagesNearYou from '#app/components/3d/3dComponents/LanguagesNearYou'
5
import React, { use, useState } from 'react';
6
import { jsx, useTheme } from '@emotion/react';
7
import useToggle from '#hooks/useToggle';
@@ -345,6 +347,7 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
345
347
]}
346
348
role="main"
349
>
350
+ <LanguagesNearYou />
351
<Blocks
352
blocks={articleBlocks}
353
componentsToRender={componentsToRender}
0 commit comments