mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 08:18:14 +08:00
Switch all JS imports to absolute paths
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user