Switch all JS imports to absolute paths

This commit is contained in:
Keavon Chambers
2021-07-15 00:34:56 -07:00
parent 0b44a17a5d
commit 8a06e8e771
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 },