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