1
0
mirror of https://github.com/bitwarden/web synced 2025-12-15 15:53:18 +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 { }