initial update progress commit

This commit is contained in:
Drew Ansbacher
2021-09-15 12:04:55 -06:00
committed by Drew Ansbacher
parent a9e08b4ed3
commit ecb96215eb
6 changed files with 234 additions and 167 deletions

View File

@@ -74,9 +74,8 @@ export class AppComponent {
private readonly connectionService: ConnectionService,
private readonly startupAlertsService: StartupAlertsService,
private readonly toastCtrl: ToastController,
private readonly loadingCtrl: LoadingController,
private readonly errToast: ErrorToastService,
private readonly patch: PatchDbService,
public readonly patch: PatchDbService,
private readonly config: ConfigService,
readonly splitPane: SplitPaneTracker,
) {