File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
src/components/Nav/Mobile Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
import { useTranslation } from "next-i18next"
2
2
import { BsTranslate } from "react-icons/bs"
3
3
import { MdBrightness2 , MdSearch , MdWbSunny } from "react-icons/md"
4
- import {
5
- Button ,
6
- ButtonProps ,
7
- Icon ,
8
- MenuButton ,
9
- useColorModeValue ,
10
- } from "@chakra-ui/react"
4
+ import { Button , ButtonProps , Icon , MenuButton } from "@chakra-ui/react"
11
5
12
6
import LanguagePicker from "@/components/LanguagePicker"
13
7
@@ -16,6 +10,8 @@ import { MOBILE_LANGUAGE_BUTTON_NAME } from "@/lib/constants"
16
10
import FooterButton from "./FooterButton"
17
11
import FooterItemText from "./FooterItemText"
18
12
13
+ import useColorModeValue from "@/hooks/useColorModeValue"
14
+
19
15
/**
20
16
* This is necessary to be backwards compatible with the old FooterButton
21
17
* component where the ref was NOT passed to the Button component in order to
You can’t perform that action at this time.
0 commit comments