style: remove unused imports

This commit is contained in:
Youwen Wu 2024-03-01 18:54:28 -08:00
parent db82b1e8fb
commit 968006a234
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,6 +1,5 @@
import { get } from "svelte/store";
import { telemetryStore } from "../stores/telemetryStore";
import { emit, listen } from "@tauri-apps/api/event";
import { listen } from "@tauri-apps/api/event";
/**
* Connects to sockets and subscribes to specified topics to receive telemetry data.