Fix Community stats page selector

Likely a copy/paste leftover
This commit is contained in:
Yury Bondarenko
2024-04-18 12:27:53 +02:00
parent dc1053e3f9
commit eec052fd77

View File

@@ -7,7 +7,7 @@ import { CommunityStatisticsPageComponent } from './community-statistics-page.co
* Themed wrapper for CommunityStatisticsPageComponent
*/
@Component({
selector: 'ds-collection-statistics-page',
selector: 'ds-community-statistics-page',
styleUrls: [],
templateUrl: '../../shared/theme-support/themed.component.html',
standalone: true,