diff --git a/components/card/style/index.tsx b/components/card/style/index.tsx index 72ed42a1c7..160960e72e 100644 --- a/components/card/style/index.tsx +++ b/components/card/style/index.tsx @@ -1,6 +1,5 @@ // deps-lint-skip-all import type { CSSObject } from '@ant-design/cssinjs'; -import { Keyframes } from '@ant-design/cssinjs'; import { TinyColor } from '@ctrl/tinycolor'; import type { GenerateStyle, FullToken } from '../../_util/theme'; diff --git a/components/input/Input.tsx b/components/input/Input.tsx index d1570668f9..129356e571 100644 --- a/components/input/Input.tsx +++ b/components/input/Input.tsx @@ -6,7 +6,6 @@ import classNames from 'classnames'; import { composeRef } from 'rc-util/lib/ref'; import type { SizeType } from '../config-provider/SizeContext'; import SizeContext from '../config-provider/SizeContext'; -import DisabledContext from '../config-provider/DisabledContext'; import type { InputStatus } from '../_util/statusUtils'; import DisabledContext from '../config-provider/DisabledContext'; import { getMergedStatus, getStatusClassNames } from '../_util/statusUtils';