import { Component } from '@angular/core';
@Component({
selector: 'ds-base-statistics',
templateUrl: './statistics.component.html',
styleUrls: ['./statistics.component.scss'],
standalone: true,
imports: [],
})
/**
* Component displaying the New Features
*/
export class StatisticsComponent {
}