Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlencki committed Oct 10, 2023
1 parent 45ddfcf commit bf4bd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Equipment/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import EmptyState from '@/Shared/Feedbacks/EmptyState.vue'
import {
Listbox,
ListboxButton, ListboxLabel,
ListboxButton,
ListboxOption,
ListboxOptions,
Menu,
Expand Down
15 changes: 1 addition & 14 deletions resources/js/Pages/Equipment/IndexForEmployee.vue
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
<script setup>
import EmptyState from '@/Shared/Feedbacks/EmptyState.vue'
import {
Listbox,
ListboxButton, ListboxLabel,
ListboxOption,
ListboxOptions,
Menu,
MenuButton,
MenuItem,
MenuItems,
} from '@headlessui/vue'
import Pagination from '@/Shared/Pagination.vue'
import { MagnifyingGlassIcon } from '@heroicons/vue/24/outline'
import { reactive, watch } from 'vue'
import { debounce } from 'lodash'
import { Inertia } from '@inertiajs/inertia'
import MultipleCombobox from '@/Shared/Forms/MultipleCombobox.vue'
import {
EllipsisVerticalIcon,
PencilIcon,
TrashIcon,
CheckIcon,
XMarkIcon,
ChevronUpDownIcon,
} from '@heroicons/vue/24/solid'
const props = defineProps({
Expand Down

0 comments on commit bf4bd9c

Please sign in to comment.