[update]
This commit is contained in:
@@ -2,8 +2,6 @@ import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
||||
import { ActivatedRoute, Router } from '@angular/router';
|
||||
import { AppService } from '../../app.service';
|
||||
import { MENU } from "../../@config/menus";
|
||||
import { lastValueFrom } from "rxjs";
|
||||
import { environment } from 'src/environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-pages-layouts',
|
||||
@@ -24,7 +22,6 @@ export class PagesLayoutsComponent implements OnInit {
|
||||
constructor(
|
||||
private app: AppService,
|
||||
private router: Router,
|
||||
private activatedRoute: ActivatedRoute,
|
||||
public changeDetectorRef: ChangeDetectorRef,
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user