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:
7
src/app/organizations/manage/people.component.ts
Normal file
7
src/app/organizations/manage/people.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-org-people',
|
||||
templateUrl: 'people.component.html',
|
||||
})
|
||||
export class PeopleComponent { }
|
||||
Reference in New Issue
Block a user