fixes recursive routing issue

This commit is contained in:
2026-06-11 22:24:52 +00:00
parent fd228896ea
commit b1f506b250
-1
View File
@@ -1,7 +1,6 @@
import { Routes } from '@angular/router'; import { Routes } from '@angular/router';
export const routes: Routes = [ export const routes: Routes = [
{ path: '', redirectTo: '/', pathMatch: 'full' },
{ {
path: '', path: '',
loadComponent: () => loadComponent: () =>