Update import path

This commit is contained in:
Çetin
2025-01-03 12:53:23 +03:00
parent 383a883255
commit 67e1c02f4c
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { ChartModule } from 'primeng/chart';
import { debounceTime, Subscription } from 'rxjs';
import { LayoutService } from '@/src/app/layout/service/app.layout.service';
import { LayoutService } from '@/src/service/layout.service';
@Component({
standalone:true,