1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

Fixed lint issues

This commit is contained in:
gbubemismith
2023-05-15 15:50:37 -04:00
parent 464cfb4223
commit 5c807f395f
11 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { LoginApi } from "../../../models/api/login.api";
import { Fido2KeyData } from "../../../fido2/models/data/fido2-key.data";
import { LoginApi } from "../../../models/api/login.api";
import { LoginUriData } from "./login-uri.data";