|
|
@ -7,7 +7,7 @@ import { subscribeAll } from "@core/subscriptions.ts"; |
|
|
import { randId } from "@core/utils/randId.ts"; |
|
|
import { randId } from "@core/utils/randId.ts"; |
|
|
import { TransportWebBluetooth } from "@meshtastic/transport-web-bluetooth"; |
|
|
import { TransportWebBluetooth } from "@meshtastic/transport-web-bluetooth"; |
|
|
import { MeshDevice } from "@meshtastic/core"; |
|
|
import { MeshDevice } from "@meshtastic/core"; |
|
|
import { BluetoothDevice } from "web-bluetooth"; |
|
|
import type { BluetoothDevice } from "web-bluetooth"; |
|
|
import { useCallback, useEffect, useState } from "react"; |
|
|
import { useCallback, useEffect, useState } from "react"; |
|
|
import { useMessageStore } from "@core/stores/messageStore/index.ts"; |
|
|
import { useMessageStore } from "@core/stores/messageStore/index.ts"; |
|
|
import { useTranslation } from "react-i18next"; |
|
|
import { useTranslation } from "react-i18next"; |
|
|
|