remove sqlite and unused import

This commit is contained in:
Peter Maquiran
2023-06-11 13:36:27 +01:00
parent f7b54a04ba
commit acb79bb62e
26 changed files with 438 additions and 1256 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export class AppComponent {
} else {
try {
this.sqliteservice.databaseConn();
// this.sqliteservice.databaseConn();
} catch (error) {
}