mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
fixed build complaint
This commit is contained in:
parent
6e49c481f0
commit
de162cd34f
@ -8,7 +8,11 @@ import {
|
|||||||
templateUrl: 'access.component.html',
|
templateUrl: 'access.component.html',
|
||||||
})
|
})
|
||||||
export class AccessComponent implements OnInit {
|
export class AccessComponent implements OnInit {
|
||||||
constructor() { }
|
constructor() {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
ngOnInit() { }
|
ngOnInit() {
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user