Updated the changelog

This commit is contained in:
Sercan Yemen 2024-06-05 08:45:59 +03:00
parent 7a94165a1b
commit f35dc406a5

View File

@ -1,5 +1,3 @@
/* eslint-disable max-len */
import { ChangeDetectionStrategy, Component } from '@angular/core';
@Component({
@ -849,9 +847,4 @@ export class ChangelogComponent {
],
},
];
/**
* Constructor
*/
constructor() {}
}