mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
Use NPM workspace (#2874)
This commit is contained in:
@@ -2,8 +2,8 @@ import { Component, OnInit, ViewChild } from "@angular/core";
|
||||
import { ActivatedRoute } from "@angular/router";
|
||||
import { first } from "rxjs/operators";
|
||||
|
||||
import { PlanType } from "jslib-common/enums/planType";
|
||||
import { ProductType } from "jslib-common/enums/productType";
|
||||
import { PlanType } from "@bitwarden/common/enums/planType";
|
||||
import { ProductType } from "@bitwarden/common/enums/productType";
|
||||
|
||||
import { OrganizationPlansComponent } from "./organization-plans.component";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user