Skip to content

Commit

Permalink
Update EditUser.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Oct 26, 2024
1 parent cfd703b commit 6b4d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-app/resources/js/Pages/EditUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useForm } from '@inertiajs/vue3';
import { Modal, ModalLink } from '@inertiaui/modal-vue';
import { ref } from 'vue';
import ComponentThatUsesModalInstance from './ComponentThatUsesModalInstance.jsx';
import ComponentThatUsesModalInstance from './ComponentThatUsesModalInstance.vue';
const props = defineProps({
user: Object,
Expand Down

0 comments on commit 6b4d2e7

Please sign in to comment.