mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-12 10:14:10 +01:00
12 lines
169 B
TypeScript
12 lines
169 B
TypeScript
|
import {
|
||
|
Component
|
||
|
} from '@angular/core';
|
||
|
|
||
|
@Component({
|
||
|
selector: 'app-org-vault',
|
||
|
templateUrl: 'vault.component.html',
|
||
|
})
|
||
|
export class VaultComponent {
|
||
|
|
||
|
}
|