1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

stub out org manage pages

This commit is contained in:
Kyle Spearrin
2018-07-06 10:21:08 -04:00
parent 30d1a119f3
commit d830499c76
15 changed files with 114 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-org-people',
templateUrl: 'people.component.html',
})
export class PeopleComponent { }