add routing for comics and media

This commit is contained in:
Thomas Peetz
2025-09-10 17:25:22 +02:00
parent ad1118803d
commit 9acdff19e1
55 changed files with 346 additions and 111 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { bootstrapApplication } from '@angular/platform-browser';
import { appConfig } from './app/app.config';
import { App } from './app/app';
import { AppComponent } from './app/app.component';
bootstrapApplication(App, appConfig)
bootstrapApplication(AppComponent, appConfig)
.catch((err) => console.error(err));