fix(ui): remove unused usePage import in ServiceImagePanel

This commit is contained in:
Thorsten Bus 2026-05-31 04:42:35 +02:00
parent ec275ec026
commit 078811e959

View file

@ -1,6 +1,6 @@
<script setup>
import { ref } from 'vue'
import { router, usePage } from '@inertiajs/vue3'
import { router } from '@inertiajs/vue3'
const props = defineProps({
label: { type: String, required: true },