mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-org-manage',
|
|
templateUrl: 'manage.component.html',
|
|
})
|
|
export class ManageComponent { }
|