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