komponenten

This commit is contained in:
Tizian.Breuch
2025-09-30 19:57:05 +02:00
parent a25aef11fc
commit 0d8d9b5987
12 changed files with 560 additions and 143 deletions

View File

@@ -0,0 +1,10 @@
import { Routes } from '@angular/router';
import { SettingsComponent } from './settings/settings.component';
export const SETTINGS_ROUTES: Routes = [
{
path: '',
component: SettingsComponent,
title: '',
},
];