mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
import ts through node_modules alias
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import * as template from './password-generator-history.component.html';
|
||||
|
||||
import { Domain } from '@bitwarden/jslib';
|
||||
import { PasswordHistory } from 'jslib/models/domain/passwordHistory';
|
||||
|
||||
export class PasswordGeneratorHistoryController {
|
||||
$transition$: any;
|
||||
history: Domain.PasswordHistory[];
|
||||
history: PasswordHistory[];
|
||||
editState: any;
|
||||
addState: any;
|
||||
i18n: any;
|
||||
|
||||
Reference in New Issue
Block a user