mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { KeeperJsonImporter as Importer } from "jslib-common/importers/keeperImporters/keeperJsonImporter";
|
||||
import { Utils } from "jslib-common/misc/utils";
|
||||
import { KeeperJsonImporter as Importer } from "@bitwarden/common/importers/keeperImporters/keeperJsonImporter";
|
||||
import { Utils } from "@bitwarden/common/misc/utils";
|
||||
|
||||
import { testData as TestData } from "./testData/keeperJson/testData";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user