Skip to content

Commit

Permalink
Reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
musimana committed May 12, 2024
1 parent 5eb765a commit 57a09e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Profile/Partials/DeleteUserForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import InputLabel from '@/Components/Forms/Inputs/InputLabel.vue'
import AppModal from '@/Components/Modals/AppModal.vue'
import AppButton from '@/Components/Controls/Buttons/AppButton.vue'
import InputText from '@/Components/Forms/Inputs/InputText.vue'
import { useForm } from '@inertiajs/vue3'
import { nextTick, ref } from 'vue'
import OutlineTrash from '@/Components/Icons/HeroIcons/Outline/OutlineTrash.vue'
import OutlineArrowUturnLeft from '@/Components/Icons/HeroIcons/Outline/OutlineArrowUturnLeft.vue'
import { useForm } from '@inertiajs/vue3'
import { nextTick, ref } from 'vue'
const confirmingUserDeletion = ref(false)
const passwordInput = ref(null)
Expand Down

0 comments on commit 57a09e6

Please sign in to comment.