1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

Fix linting issue caused by #3259 (#3743)

This commit is contained in:
Daniel James Smith 2022-10-11 19:45:59 +02:00 committed by GitHub
parent 4bfe44d303
commit ae5110aaee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
// eslint-disable-next-line no-restricted-imports
import { Arg, Substitute, SubstituteOf } from "@fluffy-spoon/substitute";
import { BehaviorSubject, firstValueFrom } from "rxjs";