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 0d3c8fd commit 1fb8950Copy full SHA for 1fb8950
pages/index.js
@@ -32,7 +32,7 @@ import { useTranslations } from 'next-intl'
32
33
import { useGlobalContext } from '@/global-context'
34
35
-import { debug, langcode } from '@/stuff/langcode';
+import { langcode } from '@/stuff/langcode';
36
37
const Home = (props) => {
38
const { locale, locales } = useGlobalContext()
0 commit comments