mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-19 01:51:27 +01:00
fix bad imports (#12803)
This commit is contained in:
parent
f6a0496656
commit
9e33e6960b
@ -1,8 +1,7 @@
|
|||||||
// FIXME: Update this file to be type safe and remove this and next line
|
// FIXME: Update this file to be type safe and remove this and next line
|
||||||
// @ts-strict-ignore
|
// @ts-strict-ignore
|
||||||
// FIXME: remove `src` and fix import
|
import { ServerConfig } from "@bitwarden/common/platform/abstractions/config/server-config";
|
||||||
// eslint-disable-next-line no-restricted-imports
|
|
||||||
import { ServerConfig } from "../../../../../libs/common/src/platform/abstractions/config/server-config";
|
|
||||||
import {
|
import {
|
||||||
AddLoginMessageData,
|
AddLoginMessageData,
|
||||||
ChangePasswordMessageData,
|
ChangePasswordMessageData,
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
|
import { VaultTimeoutAction } from "@bitwarden/common/enums/vault-timeout-action.enum";
|
||||||
import { Region } from "@bitwarden/common/platform/abstractions/environment.service";
|
import { Region } from "@bitwarden/common/platform/abstractions/environment.service";
|
||||||
// FIXME: remove `src` and fix import
|
|
||||||
// eslint-disable-next-line no-restricted-imports
|
|
||||||
import { VaultTimeoutAction } from "@bitwarden/common/src/enums/vault-timeout-action.enum";
|
|
||||||
import { VaultTimeout } from "@bitwarden/common/types/vault-timeout.type";
|
import { VaultTimeout } from "@bitwarden/common/types/vault-timeout.type";
|
||||||
import { CipherType } from "@bitwarden/common/vault/enums";
|
import { CipherType } from "@bitwarden/common/vault/enums";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user