mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 11:38:12 +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 { UpdateImageData } from "@/wasm-communication/messages";
|
||||
|
||||
export function createBlobManager(editor: Editor): void {
|
||||
|
||||
Reference in New Issue
Block a user