We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33538a commit a5826aeCopy full SHA for a5826ae
src/Frontend/src/stores/MessageStore.ts
@@ -1,5 +1,5 @@
1
import { acceptHMRUpdate, defineStore, storeToRefs } from "pinia";
2
-import { computed, reactive, Ref, ref, watch } from "vue";
+import { computed, reactive, ref, watch } from "vue";
3
import Header from "@/resources/Header";
4
import type EndpointDetails from "@/resources/EndpointDetails";
5
import { FailedMessage, ExceptionDetails, FailedMessageStatus } from "@/resources/FailedMessage";
0 commit comments