Skip to content

Commit b917cdf

Browse files
committed
a
1 parent f6614c7 commit b917cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChangingValueString.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
<script setup lang="ts">
99
import { Card, CardContent, CardTitle } from "@/components/ui/card";
10-
import { computed, ref } from "vue";
1110
import { useMyStore } from "@/stores/store";
1211
import { listen } from "@tauri-apps/api/event";
12+
import { ref } from "vue";
1313
const props = defineProps({
1414
title: {
1515
type: String,

0 commit comments

Comments
 (0)