1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

[PM-17029] Convert libs/common to relative imports (#12852)

Convert absolute paths in lib/common to relative.
This commit is contained in:
Oscar Hinton
2025-01-14 16:11:37 +01:00
committed by GitHub
parent 8717d79d51
commit fbb1211a7b
70 changed files with 148 additions and 173 deletions

View File

@@ -1,10 +1,10 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
import { EncString } from "@bitwarden/common/platform/models/domain/enc-string";
// FIXME: remove `src` and fix import
// eslint-disable-next-line no-restricted-imports
import { RotateableKeySet } from "../../../../../auth/src/common/models";
import { EncString } from "../../../platform/models/domain/enc-string";
export class WebauthnRotateCredentialRequest {
id: string;