Standardize coding style and formatting across the project

Updated codebase to follow consistent styling for spacing, braces, and indentation. Changes improve readability and align with standardized conventions throughout SCSS, TypeScript, and HTML files.
This commit is contained in:
2025-04-05 18:19:10 +02:00
parent 5bf9c725f4
commit a993c1cc3e
21 changed files with 107 additions and 86 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
import { Routes } from '@angular/router';
import {Routes} from '@angular/router';
export const routes: Routes = [];