style: remove unused imports
This commit is contained in:
parent
db82b1e8fb
commit
968006a234
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { get } from "svelte/store";
|
|
||||||
import { telemetryStore } from "../stores/telemetryStore";
|
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.
|
* Connects to sockets and subscribes to specified topics to receive telemetry data.
|
||||||
|
|
Loading…
Reference in a new issue