mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
moved service abstractions to jslib
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as angular from 'angular';
|
||||
import * as template from './password-generator.component.html';
|
||||
|
||||
import { PlatformUtilsService } from '../../../services/abstractions/platformUtils.service';
|
||||
import { PlatformUtilsService } from '@bitwarden/jslib';
|
||||
|
||||
export class PasswordGeneratorController {
|
||||
$transition$: any;
|
||||
|
||||
Reference in New Issue
Block a user