1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00: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

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";