Skip to content

Commit 1fb8950

Browse files
Update index.js
1 parent 0d3c8fd commit 1fb8950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { useTranslations } from 'next-intl'
3232

3333
import { useGlobalContext } from '@/global-context'
3434

35-
import { debug, langcode } from '@/stuff/langcode';
35+
import { langcode } from '@/stuff/langcode';
3636

3737
const Home = (props) => {
3838
const { locale, locales } = useGlobalContext()

0 commit comments

Comments
 (0)