Switch all JS imports to absolute paths

This commit is contained in:
Keavon Chambers
2021-07-15 00:34:56 -07:00
parent 37e6335557
commit 7b63e27168
21 changed files with 157 additions and 157 deletions
@@ -39,7 +39,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import Icon from "../../widgets/labels/Icon.vue";
import Icon from "@/components/widgets/labels/Icon.vue";
export default defineComponent({
components: { Icon },