Refactor import path

This commit is contained in:
Çetin
2025-01-03 12:05:34 +03:00
parent d7bb01ce99
commit b69b6cdd2b
12 changed files with 44 additions and 397 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/app/layout/service/app.layout.service';
import { LayoutService } from '@/src/service/applayoutservice';
@Component({
standalone:true,