Skip to content

Commit db87591

Browse files
remove storeToRefs import
1 parent e2691d1 commit db87591

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/Launcher.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
</template>
1919

2020
<script setup>
21-
import { storeToRefs } from "pinia"
2221
import { use_websocket_store } from "@/stores/websocket"
2322
import { use_cloud_store } from "@/stores/cloud"
2423

components/Wrapper.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<script setup>
2121
import { use_cloud_store } from "@/stores/cloud"
22-
import { storeToRefs } from "pinia"
2322
2423
const cloud_store = use_cloud_store()
2524
const { is_running } = storeToRefs(cloud_store)

0 commit comments

Comments
 (0)