Skip to content

Commit 307dbaa

Browse files
committed
prettier
1 parent 9cf5301 commit 307dbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import { ref } from 'vue'
3-
import server from '@/utils/server';
3+
import server from '@/utils/server'
44
55
const isLoading = ref(false)
66
const healthcheckMessage = ref('')

0 commit comments

Comments
 (0)