Skip to content

Commit

Permalink
import correct heroicon modul path (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent authored Nov 26, 2023
1 parent 5d3f579 commit e5ad974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/Components/Mails/MobileMailList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import EveImage from "@/Shared/EveImage.vue"
import Time from "@/Shared/Time.vue";
import ResolveIdToName from "../../ResolveIdToName.vue";
import InfiniteLoadingHelper from "../../InfiniteLoadingHelper.vue";
import {ChevronUpIcon} from "@heroicons/vue/20/solid/esm";
import { ChevronUpIcon } from "@heroicons/vue/20/solid";
import {Disclosure, DisclosureButton, DisclosurePanel} from "@headlessui/vue";
export default {
Expand Down

0 comments on commit e5ad974

Please sign in to comment.