mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 16:08:11 +08:00
Prefix all type imports with the 'type' keyword where appropriate
This commit is contained in:
@@ -63,9 +63,9 @@
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, PropType } from "vue";
|
||||
import { defineComponent, type PropType } from "vue";
|
||||
|
||||
import { IconName } from "@/utility-functions/icons";
|
||||
import { type IconName } from "@/utility-functions/icons";
|
||||
|
||||
import IconLabel from "@/components/widgets/labels/IconLabel.vue";
|
||||
import TextLabel from "@/components/widgets/labels/TextLabel.vue";
|
||||
|
||||
Reference in New Issue
Block a user