mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 01:08:11 +08:00
Prefix all type imports with the 'type' keyword where appropriate
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
import { defineComponent } from "vue";
|
||||
|
||||
import { platformIsMac } from "@/utility-functions/platform";
|
||||
import { HintData, HintInfo, KeysGroup, UpdateInputHints } from "@/wasm-communication/messages";
|
||||
import { type HintData, type HintInfo, type KeysGroup, UpdateInputHints } from "@/wasm-communication/messages";
|
||||
|
||||
import LayoutRow from "@/components/layout/LayoutRow.vue";
|
||||
import Separator from "@/components/widgets/labels/Separator.vue";
|
||||
@@ -74,9 +74,9 @@ export default defineComponent({
|
||||
});
|
||||
},
|
||||
components: {
|
||||
UserInputLabel,
|
||||
Separator,
|
||||
LayoutRow,
|
||||
Separator,
|
||||
UserInputLabel,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user