1
0
mirror of https://github.com/bitwarden/web synced 2026-01-18 16:33:34 +00:00

setup org module and link org listing

This commit is contained in:
Kyle Spearrin
2018-07-03 12:34:20 -04:00
parent 1e7c2c2362
commit 6d731e2939
10 changed files with 38 additions and 16 deletions

View File

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