mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
refactor(use-theme): move use-theme to the top directory (#397)
* refactor(use-theme): move use-theme to the top directory * chore(jest): ignore use-theme of forwarding
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useMemo } from 'react'
|
||||
import useTheme from '../styles/use-theme'
|
||||
import useTheme from '../use-theme'
|
||||
import withDefaults from '../utils/with-defaults'
|
||||
import { NormalSizes, ButtonTypes } from '../utils/prop-types'
|
||||
import { ButtonGroupContext, ButtonGroupConfig } from './button-group-context'
|
||||
|
||||
Reference in New Issue
Block a user