diff --git a/components/input-number/style/index.ts b/components/input-number/style/index.ts index 07c671de92..e648c0b3d9 100644 --- a/components/input-number/style/index.ts +++ b/components/input-number/style/index.ts @@ -9,10 +9,10 @@ import { genStatusStyle, initInputToken, } from '../../input/style'; -import { resetComponent, resetIcon } from '../../style'; -import { genCompactItemStyle } from '../../style/compact-item'; import type { FullToken, GenerateStyle } from '../../theme/internal'; import { genComponentStyleHook } from '../../theme/internal'; +import { resetComponent, resetIcon } from '../../style'; +import { genCompactItemStyle } from '../../style/compact-item'; export interface ComponentToken { controlWidth: number;