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

@@ -7,7 +7,7 @@ import { NavigationEnd, Router, RouterModule } from '@angular/router';
import { AppConfigurator } from '@/src/layout/appconfigurator';
import { AppFooter } from '@/src/layout/appfooter';
import { filter, Subscription } from 'rxjs';
import { LayoutService } from '@/src/service/layout.service';
import { LayoutService } from '@/src/service/layout/layout.service';
@Component({
selector: 'app-layout',