Rename files and update import paths

This commit is contained in:
Çetin
2025-01-07 12:16:16 +03:00
parent 25a3da3007
commit 27241cf926
33 changed files with 81 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { AppComponent } from '@/src/app.component';
import { appConfig } from '@/src/app.config';
import { appConfig } from './app.config';
import { AppComponent } from './app.component';
bootstrapApplication(AppComponent, appConfig)