Skip to content

Commit 0d3c8fd

Browse files
Update index.js
1 parent 9eb9781 commit 0d3c8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import Link from 'next/link';
3030
import { CopyBlock, dracula } from 'react-code-blocks';
3131
import { useTranslations } from 'next-intl';
3232
import { useGlobalContext } from '@/global-context';
33-
import { langcode, debug } from '@/stuff/langcode';
33+
import { langcode } from '@/stuff/langcode';
3434

3535
const tutorial = {
3636
'JS': [

0 commit comments

Comments
 (0)