1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 05:43:16 +00:00

stub out settings

This commit is contained in:
Kyle Spearrin
2018-06-20 22:27:37 -04:00
parent 16b29c6116
commit 271510ffb5
6 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import {
Component,
} from '@angular/core';
@Component({
selector: 'app-account',
templateUrl: 'account.component.html',
})
export class AccountComponent { }