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
@@ -90,7 +90,7 @@
<script lang="ts">
import { defineComponent } from "vue";
import Icon from "./Icon.vue";
import Icon from "@/components/widgets/labels/Icon.vue";
export enum MouseInputInteraction {
"None" = "None",