mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 07:03:26 +00:00
8 lines
167 B
TypeScript
8 lines
167 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app-org-groups',
|
|
templateUrl: 'groups.component.html',
|
|
})
|
|
export class GroupsComponent { }
|