From f35dc406a5e3fb5e43064e22f49d8e16a982efb3 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Wed, 5 Jun 2024 08:45:59 +0300 Subject: [PATCH] Updated the changelog --- src/app/modules/admin/docs/changelog/changelog.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/modules/admin/docs/changelog/changelog.ts b/src/app/modules/admin/docs/changelog/changelog.ts index 9ab2f7cc..8921d274 100644 --- a/src/app/modules/admin/docs/changelog/changelog.ts +++ b/src/app/modules/admin/docs/changelog/changelog.ts @@ -1,5 +1,3 @@ -/* eslint-disable max-len */ - import { ChangeDetectionStrategy, Component } from '@angular/core'; @Component({ @@ -849,9 +847,4 @@ export class ChangelogComponent { ], }, ]; - - /** - * Constructor - */ - constructor() {} }