Switch all JS imports to absolute paths

This commit is contained in:
Keavon Chambers
2021-07-15 00:34:56 -07:00
parent 64050bc8b3
commit 98f1b123bb
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",