We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b96be commit c689f59Copy full SHA for c689f59
frontend/src/app/statistics/statistics.component.ts
@@ -8,7 +8,7 @@ import { FilterPageChange } from '../shared/types/model/filter-page-change';
8
selector: 'app-statistics',
9
standalone: false,
10
templateUrl: './statistics.component.html',
11
- styleUrl: './statistics.component.scss',
+ styleUrl: './statistics.component.scss'
12
})
13
export class StatisticsComponent {
14
private evaluationService = inject(EvaluationService);
0 commit comments