mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 11:48:12 +08:00
Switch all JS imports to absolute paths
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
import Icon from "../labels/Icon.vue";
|
||||
import Icon from "@/components/widgets/labels/Icon.vue";
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user