fix(ui): remove unused usePage import in ServiceImagePanel
This commit is contained in:
parent
ec275ec026
commit
078811e959
|
|
@ -1,6 +1,6 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { router, usePage } from '@inertiajs/vue3'
|
import { router } from '@inertiajs/vue3'
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
label: { type: String, required: true },
|
label: { type: String, required: true },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue