fix duplicate singleton

This commit is contained in:
rubikscraft
2022-03-18 20:45:30 +01:00
parent 460c699481
commit e4bce27c4f
20 changed files with 198 additions and 84 deletions

View File

@@ -0,0 +1,10 @@
import { Component, OnInit } from '@angular/core';
@Component({
templateUrl: './settings-syspref.component.html',
})
export class SettingsSysprefComponent implements OnInit {
constructor() {}
ngOnInit(): void {}
}