Fix some more module interop stuff

This commit is contained in:
Oliver Blanthorn 2021-04-10 22:22:14 +02:00
parent f5359f3370
commit 1501ea4513
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
* Background functions for the native messenger interface
*/
import * as semverCompare from "semver-compare"
import semverCompare from "semver-compare"
import * as config from "@src/lib/config"
import { browserBg, getContext } from "@src/lib/webext"

View file

@ -7,7 +7,7 @@
*/
import Parser from "rss-parser"
import * as SemverCompare from "semver-compare"
import SemverCompare from "semver-compare"
import * as Config from "@src/lib/config"
import * as Logging from "@src/lib/logging"
import { getTriVersion } from "@src/lib/webext"