Skip to content

Commit

Permalink
Merge pull request #4414 from orosro/patch-utils-remove-unused-imports
Browse files Browse the repository at this point in the history
fix: remove unused imports inside toolkit utils
  • Loading branch information
EskiMojo14 committed May 16, 2024
2 parents 4578c74 + 86a3574 commit 802af27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/toolkit/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { produce as createNextState, isDraftable } from 'immer'
import type { Middleware, StoreEnhancer } from 'redux'

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

0 comments on commit 802af27

Please sign in to comment.