refactor: introduce type-only imports (#5462)
This commit is contained in:
committed by
GitHub
parent
e4a29d5991
commit
fc07ce6854
@ -1,4 +1,5 @@
|
||||
import { createHashHistory, History } from 'history';
|
||||
import type { History } from 'history';
|
||||
import { createHashHistory } from 'history';
|
||||
import { mocked } from 'ts-jest/utils';
|
||||
|
||||
jest.mock('history');
|
||||
|
Reference in New Issue
Block a user