Miscellaneous minor code cleanup

This commit is contained in:
Keavon Chambers
2021-08-12 20:34:36 -07:00
parent 2e8b133023
commit 84ecfc86de
21 changed files with 32 additions and 13 deletions
@@ -26,7 +26,9 @@
<script lang="ts">
import { defineComponent } from "vue";
import fullscreen, { keyboardLockApiSupported, enterFullscreen, exitFullscreen } from "@/utilities/fullscreen";
import IconLabel from "@/components/widgets/labels/IconLabel.vue";
import TextLabel from "@/components/widgets/labels/TextLabel.vue";