mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Send layout & search
This commit is contained in:
14
src/app/send/access.component.ts
Normal file
14
src/app/send/access.component.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import {
|
||||
Component,
|
||||
OnInit,
|
||||
} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-send-access',
|
||||
templateUrl: 'access.component.html',
|
||||
})
|
||||
export class AccessComponent implements OnInit {
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() { }
|
||||
}
|
||||
Reference in New Issue
Block a user