Skip to content

Commit

Permalink
fix: Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
katharinawuensche committed Jul 3, 2024
1 parent 87788c1 commit 5a17c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/detail-disclosure.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Disclosure, DisclosureButton, DisclosurePanel } from "@headlessui/vue";
import lodash from "lodash";
import { ChevronDown } from "lucide-vue-next";
import ReferenceButton from "@/components/reference-button.vue";
import Centered from "@/components/ui/centered.vue";
import Loader from "@/components/ui/loader.vue";
import { borderColors, icons, scrollbarColors, textColors } from "@/lib/colors";
Expand Down

0 comments on commit 5a17c8a

Please sign in to comment.