Skip to content

Commit

Permalink
chore(mobx-react-lite): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Oct 20, 2023
1 parent 7531b6f commit 58889d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { act, cleanup, render, waitFor } from "@testing-library/react"
import { act, cleanup, render } from "@testing-library/react"
import mockConsole from "jest-mock-console"
import * as mobx from "mobx"
import * as React from "react"
Expand Down

0 comments on commit 58889d3

Please sign in to comment.