mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
fixed build complaint
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user