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

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