Skip to content

Commit df07638

Browse files
committed
import at correct line
1 parent ea2524b commit df07638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import type {
99
ICryptoEngine
1010
} from "./CryptoEngine/CryptoEngineInterface";
1111
import {ArgumentError} from "./errors";
12-
//#endregion
13-
import {CryptoEngine} from "./CryptoEngine/CryptoEngine";
1412

1513
//#region Crypto engine related function
1614
export { ICryptoEngine } from "./CryptoEngine/CryptoEngineInterface";
@@ -422,3 +420,5 @@ function bufferToBigInt(buffer: ArrayBuffer): bigint {
422420
return BigInt(hex);
423421
}
424422

423+
//#endregion
424+
import {CryptoEngine} from "./CryptoEngine/CryptoEngine";

0 commit comments

Comments
 (0)