Skip to content

Commit 7b2282c

Browse files
fix
1 parent 3487ca6 commit 7b2282c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/Pages/Providers/Index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import Provider from '@Shared/Components/Provider.vue'
2+
import Provider from '@/Shared/Components/Provider.vue'
33
import { router, useForm, usePage } from '@inertiajs/vue3'
44
import { computed, ref, watch } from 'vue'
55
import AdminNavigation from '@/Shared/Layout/AdminNavigation.vue'
@@ -12,7 +12,7 @@ import PaginationInfo from '@/Shared/Components/PaginationInfo.vue'
1212
import PrimarySaveButton from '@/Shared/Components/PrimarySaveButton.vue'
1313
import { useToast } from 'vue-toastification'
1414
import { __ } from '@/translate'
15-
import UploadFileButton from '@Shared/Components/UploadFileButton.vue'
15+
import UploadFileButton from '@/Shared/Components/UploadFileButton.vue'
1616
1717
1818
const page = usePage()

0 commit comments

Comments
 (0)