Skip to content

Commit

Permalink
FIX: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTheGeeek committed Feb 20, 2025
1 parent 59dc823 commit 88dc93a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions launcher/src/composables/useConnectionLines.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { ref } from "vue";
import { useNodeStore } from "@/store/theNode";
import { useServices } from "@/store/services";
import { ref } from "vue";

export function useConnectionLines() {
const nodeStore = useNodeStore();
const serviceStore = useServices();
const activeConnections = ref([]);

Expand Down

0 comments on commit 88dc93a

Please sign in to comment.