Miscellaneous minor code cleanup

# Conflicts:
#	graphene/Cargo.toml
This commit is contained in:
Keavon Chambers
2021-08-12 20:34:36 -07:00
parent db2fe322c3
commit 35d7fe8860
20 changed files with 31 additions and 12 deletions

View File

@@ -89,6 +89,7 @@
<script lang="ts">
import { defineComponent, PropType } from "vue";
import IconLabel from "@/components/widgets/labels/IconLabel.vue";
import MenuList, { MenuListEntry, SectionsOfMenuListEntries } from "@/components/widgets/floating-menus/MenuList.vue";
import { MenuDirection } from "@/components/widgets/floating-menus/FloatingMenu.vue";