1
0
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:
Kyle Spearrin
2018-01-09 14:26:20 -05:00
parent e165b5cc70
commit f51bebd99a
49 changed files with 515 additions and 322 deletions

View File

@@ -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;