Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jun 11, 2024
1 parent a6dc17e commit 9fbf157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/detail-disclosure.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { Disclosure, DisclosureButton, DisclosurePanel } from "@headlessui/vue";
import { ChevronDown, Loader2 } from "lucide-vue-next";
import lodash from "lodash";
import { ChevronDown, Loader2 } from "lucide-vue-next";
import Centered from "@/components/ui/centered.vue";
import { borderColors, icons, scrollbarColors } from "@/lib/colors";
Expand Down

0 comments on commit 9fbf157

Please sign in to comment.