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 9cf5301 commit 307dbaaCopy full SHA for 307dbaa
client/src/views/HomeView.vue
@@ -1,6 +1,6 @@
1
<script setup lang="ts">
2
import { ref } from 'vue'
3
-import server from '@/utils/server';
+import server from '@/utils/server'
4
5
const isLoading = ref(false)
6
const healthcheckMessage = ref('')
0 commit comments