removing import assert since it breaks with linaria

This commit is contained in:
Sebastian 2023-08-02 09:49:14 -03:00
parent efed6b32c5
commit 22a3017d52
No known key found for this signature in database
GPG Key ID: 173909D1A5F66069

View File

@ -310,7 +310,7 @@ import {
WalletCoreApiClient,
WalletCoreResponseType,
} from "./wallet-api-types.js";
import versionInfo from "./version.json" assert { type: 'json' };
import versionInfo from "./version.json";
const logger = new Logger("wallet.ts");