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 e2691d1 commit db87591Copy full SHA for db87591
components/Launcher.vue
@@ -18,7 +18,6 @@
18
</template>
19
20
<script setup>
21
- import { storeToRefs } from "pinia"
22
import { use_websocket_store } from "@/stores/websocket"
23
import { use_cloud_store } from "@/stores/cloud"
24
components/Wrapper.vue
@@ -19,7 +19,6 @@
const cloud_store = use_cloud_store()
25
const { is_running } = storeToRefs(cloud_store)
0 commit comments