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