mirror of
https://github.com/bitwarden/web
synced 2025-12-10 21:33:16 +00:00
layouts and messaging
This commit is contained in:
9
src/app/layouts/user-layout.component.ts
Normal file
9
src/app/layouts/user-layout.component.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {
|
||||
Component,
|
||||
} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-user-layout',
|
||||
templateUrl: 'user-layout.component.html',
|
||||
})
|
||||
export class UserLayoutComponent { }
|
||||
Reference in New Issue
Block a user