Update imports

This commit is contained in:
Çetin
2025-01-03 12:53:37 +03:00
parent 32fa2b081e
commit 4393ed9ea6
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { AppComponent } from './app/app.component';
import { AppComponent } from '@/src/app.component';
import { appConfig } from '@/src/app.config';
bootstrapApplication(AppComponent, appConfig)
.catch((err) => console.error(err));