refactor: introduce type-only imports (#5462)
This commit is contained in:
committed by
GitHub
parent
e4a29d5991
commit
fc07ce6854
@ -1,5 +1,5 @@
|
||||
import { isNumber } from 'lodash';
|
||||
import { List } from 'immutable';
|
||||
import type { List } from 'immutable';
|
||||
|
||||
export function validateMinMax(
|
||||
t: (key: string, options: unknown) => string,
|
||||
|
Reference in New Issue
Block a user