mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 22:08:11 +08:00
Prefix all type imports with the 'type' keyword where appropriate
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Editor } from "@/wasm-communication/editor";
|
||||
import { type Editor } from "@/wasm-communication/editor";
|
||||
import { TriggerTextCopy } from "@/wasm-communication/messages";
|
||||
|
||||
export function createClipboardManager(editor: Editor): void {
|
||||
|
||||
Reference in New Issue
Block a user