1
0
mirror of https://github.com/bitwarden/web synced 2025-12-11 13:53:17 +00:00

exporting organization data

This commit is contained in:
Kyle Spearrin
2018-07-05 14:40:53 -04:00
parent 9d4e0849d6
commit ba3b2fbed1
8 changed files with 97 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
import {
Component,
} from '@angular/core';
@Component({
selector: 'app-org-tools',
templateUrl: 'tools.component.html',
})
export class ToolsComponent { }