Skip to content

Commit a5826ae

Browse files
committed
remove unused import
1 parent e33538a commit a5826ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/stores/MessageStore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { acceptHMRUpdate, defineStore, storeToRefs } from "pinia";
2-
import { computed, reactive, Ref, ref, watch } from "vue";
2+
import { computed, reactive, ref, watch } from "vue";
33
import Header from "@/resources/Header";
44
import type EndpointDetails from "@/resources/EndpointDetails";
55
import { FailedMessage, ExceptionDetails, FailedMessageStatus } from "@/resources/FailedMessage";

0 commit comments

Comments
 (0)