"copy" UI related things from chrome
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Component, inject } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
selector: 'app-vault-create-home',
|
||||
imports: [],
|
||||
templateUrl: './home.component.html',
|
||||
styleUrl: './home.component.scss',
|
||||
})
|
||||
export class HomeComponent {
|
||||
readonly router = inject(Router);
|
||||
}
|
||||
Reference in New Issue
Block a user