Vue/TS bug and bad typing fixes

This commit is contained in:
Keavon Chambers
2022-01-02 20:02:35 -08:00
parent 2c8d70acb4
commit 5518384ec1
20 changed files with 319 additions and 251 deletions
@@ -59,7 +59,9 @@
<script lang="ts">
import { defineComponent, PropType } from "vue";
import IconLabel, { IconName, IconSize } from "@/components/widgets/labels/IconLabel.vue";
import { IconName, IconSize } from "@/utilities/icons";
import IconLabel from "@/components/widgets/labels/IconLabel.vue";
export default defineComponent({
props: {