1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 07:03:26 +00:00
Files
browser/src/app/organizations/manage/groups.component.ts
2018-07-06 10:21:08 -04:00

8 lines
167 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'app-org-groups',
templateUrl: 'groups.component.html',
})
export class GroupsComponent { }