mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
stub out org manage pages
This commit is contained in:
7
src/app/organizations/manage/manage.component.ts
Normal file
7
src/app/organizations/manage/manage.component.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-org-manage',
|
||||
templateUrl: 'manage.component.html',
|
||||
})
|
||||
export class ManageComponent { }
|
||||
Reference in New Issue
Block a user