mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +08:00
docs: format import statement
This commit is contained in:
@@ -3,7 +3,7 @@ import Router from 'next/router'
|
||||
import { useTheme } from 'components'
|
||||
import Controls from 'lib/components/controls'
|
||||
import LogoIcon from 'lib/components/icons/logo'
|
||||
import { useConfigs } from '../../config-context'
|
||||
import { useConfigs } from 'lib/config-context'
|
||||
|
||||
const MenuLinks = () => {
|
||||
const theme = useTheme()
|
||||
|
||||
Reference in New Issue
Block a user