Update service paths

This commit is contained in:
Çetin
2025-01-06 17:50:27 +03:00
parent c7c43c802f
commit 679efb5d25
24 changed files with 19 additions and 21 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/service/layout.service';
import { LayoutService } from '@/src/service/layout/layout.service';
@Component({
standalone:true,