style: always use relative path first

This commit is contained in:
unix
2020-04-14 19:06:47 +08:00
parent fe1deab145
commit 2f86f926c3
4 changed files with 5 additions and 5 deletions

View File

@@ -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 {