Skip to content

Commit 802af27

Browse files
authored
Merge pull request #4414 from orosro/patch-utils-remove-unused-imports
fix: remove unused imports inside toolkit utils
2 parents 4578c74 + 86a3574 commit 802af27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolkit/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { produce as createNextState, isDraftable } from 'immer'
2-
import type { Middleware, StoreEnhancer } from 'redux'
32

43
export function getTimeMeasureUtils(maxDelay: number, fnName: string) {
54
let elapsed = 0

0 commit comments

Comments
 (0)