AltitudeWeb/frontend/src/app/app.routes.ts
Teriuihi 6ff99ffb5f Remove SSR support and associated server-side code.
This change eliminates Angular server-side rendering (SSR) features, including related files, dependencies, and configurations, simplifying the codebase. The update also adjusts routing and references to support client-side rendering exclusively.
2025-04-02 19:48:07 +02:00

4 lines
77 B
TypeScript

import { Routes } from '@angular/router';
export const routes: Routes = [];