Skip to content

Commit ebd70fc

Browse files
committed
fix: lints
1 parent 7ff9e02 commit ebd70fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/interfaces.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ import type {
99
TorusVerifierResponse,
1010
UX_MODE_TYPE,
1111
} from "@toruslabs/customauth";
12-
import { PointHex } from "@toruslabs/tss-client";
13-
import { Client } from "@toruslabs/tss-client";
12+
import { Client, PointHex } from "@toruslabs/tss-client";
1413
// TODO: move the types to a base class for both dkls and frost in future
1514
import type { tssLib as TssDklsLib } from "@toruslabs/tss-dkls-lib";
1615
import type { tssLib as TssFrostLib } from "@toruslabs/tss-frost-lib";

0 commit comments

Comments
 (0)