Pre-rename

This commit is contained in:
Zef Hemel
2022-02-26 12:59:16 +01:00
parent 2986c2c231
commit 3cf84af894
6 changed files with 42 additions and 15 deletions
+2
View File
@@ -42,3 +42,5 @@ export type Action =
| { type: "update-commands"; commands: Map<string, AppCommand> }
| { type: "show-palette" }
| { type: "hide-palette" };
export type AppEvent = "ready" | "change" | "switch" | "click";