1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

fixme to match others and added to password-health.ts models

This commit is contained in:
Tom
2024-12-11 12:19:58 -05:00
parent ab6402dcbd
commit bc035d309f
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { CipherView } from "@bitwarden/common/vault/models/view/cipher.view";
import { BadgeVariant } from "@bitwarden/components";

View File

@@ -1,4 +1,4 @@
// FIXME: Update this file to be type safe
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { Injectable } from "@angular/core";