mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
typescript fix
This commit is contained in:
parent
659b1c0c56
commit
01f3cefe55
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const tooltipList = [...tooltipTriggerList].map(
|
||||||
import { getRemote } from "./store/settingsStore";
|
import { getRemote } from "./store/settingsStore";
|
||||||
import { initConnections } from "./js/event_sock.js";
|
import { initConnections } from "./js/event_sock.js";
|
||||||
import { getModemState } from "./js/api";
|
import { getModemState } from "./js/api";
|
||||||
import { loadAudioDevices, loadSerialDevices } from "./js/deviceFormHelper.ts";
|
import { loadAudioDevices, loadSerialDevices } from "./js/deviceFormHelper";
|
||||||
|
|
||||||
|
|
||||||
getRemote().then(() => {
|
getRemote().then(() => {
|
||||||
|
|
Loading…
Reference in a new issue