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 103a8d7 commit 6fe18e8Copy full SHA for 6fe18e8
pages/docs/index.js
@@ -30,7 +30,6 @@ import Link from 'next/link';
30
import { CopyBlock, dracula } from 'react-code-blocks';
31
import { useTranslations } from 'next-intl';
32
import { useGlobalContext } from '@/global-context';
33
-import { langcode } from '@/stuff/langcode';
34
35
const tutorial = {
36
'JS': [
pages/index.js
@@ -32,8 +32,6 @@ import { useTranslations } from 'next-intl'
import { useGlobalContext } from '@/global-context'
-import { langcode, debug } from '@/stuff/langcode';
-
37
const Home = (props) => {
38
const { locale, locales } = useGlobalContext()
39
const translate = useTranslations()
stuff/langcode.js
0 commit comments