Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Apr 26, 2023
1 parent 1cf61fd commit 4fc401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils-react/src/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Compose } from "./compose";
import { Debug } from "./debug";
import { toArraySetState, toDelayedSetState, toSetSetState } from "./set-state";
import { renderToJson } from "./test/helper";
import { usePrevious, useStableCallback, useStableRef } from "./utils";
import { usePrevious, useStableCallback } from "./utils";

describe("Debug", () => {
it("basic", () => {
Expand Down

0 comments on commit 4fc401b

Please sign in to comment.