Skip to content

Commit 6fe18e8

Browse files
remove stuff\langcode.js
1 parent 103a8d7 commit 6fe18e8

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

pages/docs/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ 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 } from '@/stuff/langcode';
3433

3534
const tutorial = {
3635
'JS': [

pages/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ import { useTranslations } from 'next-intl'
3232

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

35-
import { langcode, debug } from '@/stuff/langcode';
36-
3735
const Home = (props) => {
3836
const { locale, locales } = useGlobalContext()
3937
const translate = useTranslations()

stuff/langcode.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)