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

fix broken imports

This commit is contained in:
John Harrington
2025-10-10 08:23:51 -07:00
parent 46f5365a0f
commit b992c19ea4
7 changed files with 8 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
import { Jsonify } from "type-fest";
import { LogService } from "../../platform/abstractions/log.service";
import { LogLevelType } from "../../platform/enums";
import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
import { LogLevelType } from "@bitwarden/common/platform/enums";
import { SemanticLogger } from "./semantic-logger.abstraction";