typescript fix

This commit is contained in:
DJ2LS 2024-03-03 10:08:32 +01:00
parent 659b1c0c56
commit 01f3cefe55
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ const tooltipList = [...tooltipTriggerList].map(
import { getRemote } from "./store/settingsStore";
import { initConnections } from "./js/event_sock.js";
import { getModemState } from "./js/api";
import { loadAudioDevices, loadSerialDevices } from "./js/deviceFormHelper.ts";
import { loadAudioDevices, loadSerialDevices } from "./js/deviceFormHelper";
getRemote().then(() => {