some routing

This commit is contained in:
Jan K9f 2025-07-08 09:26:32 +02:00
commit f2a5b8b234
Signed by: jank
GPG key ID: 22BEAC760B3333D6
22 changed files with 231 additions and 16 deletions

View file

@ -0,0 +1,10 @@
import { Component } from '@angular/core';
import { RouterLink } from '@angular/router';
@Component({
selector: 'app-dashboard-navbar',
imports: [RouterLink],
templateUrl: './dashboard-navbar.html',
styleUrl: './dashboard-navbar.css',
})
export class DashboardNavbar {}