mirror of
https://github.com/bitwarden/web
synced 2025-12-18 09:13:17 +00:00
Add jslib as a "real" dependency (#951)
* Add jslib as a dependency * Cleanup tsconfig, webpack, add jslib-angular to package.json * Update all import paths * Add back @types/node. * Lint * Remove dummy module * Remove merge conflict * Group imports * Bump jslib
This commit is contained in:
@@ -5,8 +5,8 @@ import {
|
||||
} from '@angular/core';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
|
||||
import { PlanType } from 'jslib/enums/planType';
|
||||
import { ProductType } from 'jslib/enums/productType';
|
||||
import { PlanType } from 'jslib-common/enums/planType';
|
||||
import { ProductType } from 'jslib-common/enums/productType';
|
||||
|
||||
import { OrganizationPlansComponent } from './organization-plans.component';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user