refactor: completely remove ionic

This commit is contained in:
waterplea
2024-04-05 12:06:02 +07:00
parent b2c8907635
commit 8594781780
291 changed files with 416 additions and 3365 deletions

View File

@@ -9,7 +9,7 @@ import {
} from './patch-db/data-model'
import * as deepEqual from 'fast-deep-equal'
import { Observable } from 'rxjs'
import { isInstalled } from '../util/get-package-data'
import { isInstalled } from 'src/app/utils/get-package-data'
import { DependencyError } from './api/api.types'
export type AllDependencyErrors = Record<string, PkgDependencyErrors>