1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +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-frontend-layout',
templateUrl: 'frontend-layout.component.html',
})
export class FrontendLayoutComponent { }