chore(): sorted imports

This commit is contained in:
JJ-Cro
2025-07-17 11:42:01 +02:00
parent 98f1856c91
commit 4dc9d672b8
6 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable @typescript-eslint/no-empty-function */
import { DefaultLogger, WS_KEY_MAP, WebsocketClient } from '../src';
import { DefaultLogger, WebsocketClient, WS_KEY_MAP } from '../src';
// or
// import { DefaultLogger, WS_KEY_MAP, WebsocketClient } from 'bybit-api';