1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 21:33:16 +00:00

layouts and messaging

This commit is contained in:
Kyle Spearrin
2018-06-08 17:08:19 -04:00
parent 63a56b359b
commit 5098153fde
18 changed files with 274 additions and 63 deletions

View File

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