mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
move new app into popup folder
This commit is contained in:
16
src/popup/accounts/home.component.ts
Normal file
16
src/popup/accounts/home.component.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Component } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
|
||||
import { ToasterService } from 'angular2-toaster';
|
||||
import { Angulartics2 } from 'angulartics2';
|
||||
|
||||
import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
templateUrl: 'home.component.html',
|
||||
})
|
||||
export class HomeComponent {
|
||||
constructor(private router: Router, i18nService: I18nService,
|
||||
analytics: Angulartics2, toasterService: ToasterService) { }
|
||||
}
|
||||
Reference in New Issue
Block a user