Categorize frontend widgets to match design system

This commit is contained in:
Keavon Chambers
2021-07-16 15:37:35 -07:00
parent 783b7801e6
commit 60968431b4
7 changed files with 10 additions and 10 deletions
@@ -124,7 +124,7 @@
import { defineComponent, PropType } from "vue";
import { keyboardLockApiSupported } from "@/utilities/fullscreen";
import FloatingMenu, { MenuDirection, MenuType } from "@/components/widgets/floating-menus/FloatingMenu.vue";
import Separator, { SeparatorDirection, SeparatorType } from "@/components/widgets/Separator.vue";
import Separator, { SeparatorDirection, SeparatorType } from "@/components/widgets/separators/Separator.vue";
import Icon from "@/components/widgets/labels/Icon.vue";
import UserInputLabel from "@/components/widgets/labels/UserInputLabel.vue";