diff --git a/components/mobile-nav.tsx b/components/mobile-nav.tsx index 41daacd..be39332 100644 --- a/components/mobile-nav.tsx +++ b/components/mobile-nav.tsx @@ -7,10 +7,8 @@ import { useKeyDetect } from '@/hooks/use-key-detect'; import { MainConfig } from '@/types'; import { IconButton, Text } from 'opub-ui'; -import { getPrefLangCookie } from '@/lib/serverUtils'; import { handleRedirect } from '@/lib/utils'; import { Icons } from '@/components/icons'; -import { TranslateDropdown } from './langSelect/lang-select'; export function MobileNav({ data }: { data: MainConfig }) { const [open, setOpen] = React.useState(false); @@ -85,7 +83,6 @@ export function MobileNav({ data }: { data: MainConfig }) { )} -