1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

add jslib

This commit is contained in:
Kyle Spearrin
2018-06-05 13:31:25 -04:00
parent 7aa4450556
commit 28197970bd
4 changed files with 14 additions and 3 deletions

View File

@@ -2,6 +2,8 @@ import {
Component,
} from '@angular/core';
import { CipherType } from 'jslib/enums/cipherType';
@Component({
selector: 'app-vault',
templateUrl: 'vault.component.html',