Skip to content

Commit

Permalink
fix: remove unused imports inside toolkit utils
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-oros-hs committed May 16, 2024
1 parent 4578c74 commit 86a3574
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 86a3574

Please sign in to comment.