From 6d91416fd6cb5e7e6bc693af2c03dcf6c64fa93c Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 9 Aug 2023 00:05:51 +0200 Subject: [PATCH] Remove empty ctor. --- src/frontend/app/icon.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/app/icon.component.ts b/src/frontend/app/icon.component.ts index 6bf86140..72325c3e 100644 --- a/src/frontend/app/icon.component.ts +++ b/src/frontend/app/icon.component.ts @@ -19,6 +19,4 @@ export class IconComponent { protected readonly Config = Config; - constructor() { - } }