diff --git a/packages/tcp/src/connectionManager.ts b/packages/tcp/src/connectionManager.ts index 817efbb..7fc0a26 100644 --- a/packages/tcp/src/connectionManager.ts +++ b/packages/tcp/src/connectionManager.ts @@ -3,14 +3,8 @@ import type { OpenStreamDeckOptionsTcp, StreamDeckTcp } from './types.js' import { DEFAULT_TCP_PORT } from './constants.js' import { SocketWrapper } from './socketWrapper.js' import { type JPEGEncodeOptions, encodeJPEG } from '@elgato-stream-deck/node-lib' -import type { - HIDDevice, - OpenStreamDeckOptions, - ChildHIDDeviceInfo, - PropertiesService, - parseAllFirmwareVersionsHelper, -} from '@elgato-stream-deck/core' -import { DEVICE_MODELS } from '@elgato-stream-deck/core' +import type { HIDDevice, OpenStreamDeckOptions, ChildHIDDeviceInfo, PropertiesService } from '@elgato-stream-deck/core' +import { DEVICE_MODELS, parseAllFirmwareVersionsHelper } from '@elgato-stream-deck/core' import { StreamDeckTcpWrapper } from './tcpWrapper.js' import { TcpHidDevice } from './hid-device.js'