Administration/src/app/app.routes.ts
Rajbir Singh 21476af436
All checks were successful
Quality Check / Linting (pull_request) Successful in 26s
Quality Check / Linting (push) Successful in 26s
TD-36: Implement Administration player filter options
2025-03-06 11:03:57 +01:00

6 lines
226 B
TypeScript

import { Routes } from '@angular/router';
import { DashboardComponent } from '@app/views/dashboard/dashboard.component';
export const routes: Routes = [{ path: '', component: DashboardComponent, title: 'Player Overview'}];