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