Skip to content

Commit

Permalink
fix: import type BarMenu as a type
Browse files Browse the repository at this point in the history
  • Loading branch information
tatianakharitonovich committed Jan 21, 2024
1 parent 55a79f6 commit 1f85fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/sidebar/left/SidebarLeftFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<script setup lang="ts">
import { Disclosure, DisclosureButton, DisclosurePanel } from "@headlessui/vue";
import type { Ref } from "vue";
import { BarMenu } from "~/types/menu-selector";
import type { BarMenu } from "~/types/menu-selector";
const disclosureButtons = ref<
{
Expand Down

0 comments on commit 1f85fa5

Please sign in to comment.