1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

Remove empty ctor.

This commit is contained in:
Patrik J. Braun 2023-08-09 00:05:51 +02:00
parent 1c9e2a08aa
commit 6d91416fd6

View File

@ -19,6 +19,4 @@ export class IconComponent {
protected readonly Config = Config;
constructor() {
}
}