mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
test(connectFactoryObservable): remove unused import
This commit is contained in:
parent
1da984a2c3
commit
ea9732d762
@ -2,7 +2,7 @@ import { connectFactoryObservable } from "../src"
|
||||
import { from, of, defer, concat, BehaviorSubject, throwError } from "rxjs"
|
||||
import { renderHook, act as actHook } from "@testing-library/react-hooks"
|
||||
import { render, act } from "@testing-library/react"
|
||||
import { map, switchMap } from "rxjs/operators"
|
||||
import { switchMap } from "rxjs/operators"
|
||||
import { Component, ErrorInfo, FC } from "react"
|
||||
import React from "react"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user