mirror of
https://github.com/bitwarden/web
synced 2025-12-11 13:53:17 +00:00
exporting organization data
This commit is contained in:
9
src/app/organizations/tools/tools.component.ts
Normal file
9
src/app/organizations/tools/tools.component.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {
|
||||
Component,
|
||||
} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-org-tools',
|
||||
templateUrl: 'tools.component.html',
|
||||
})
|
||||
export class ToolsComponent { }
|
||||
Reference in New Issue
Block a user