1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +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-organization-layout',
templateUrl: 'organization-layout.component.html',
})
export class OrganizationLayoutComponent { }