first fixes
Build & Deploy / build (push) Failing after 28s
Build & Deploy / docker (push) Has been skipped

This commit is contained in:
Kevin
2026-06-29 23:15:45 +02:00
parent 3721b98420
commit 75bf7c205a
19 changed files with 50 additions and 56 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Link } from '@inertiajs/vue3'
import { Link } from '@adonisjs/inertia/vue'
defineProps<{ computers: any[] }>()
</script>