mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
style: always use relative path first
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react'
|
||||
import useTheme from '../styles/use-theme'
|
||||
import withDefaults from 'components/utils/with-defaults'
|
||||
import { NormalTypes } from 'components/utils/prop-types'
|
||||
import withDefaults from '../utils/with-defaults'
|
||||
import { NormalTypes } from '../utils/prop-types'
|
||||
import { getColors } from '../input/styles'
|
||||
|
||||
interface Props {
|
||||
|
||||
Reference in New Issue
Block a user