feat: get fsm to a working testing state

This commit is contained in:
Paul Makles
2022-06-28 13:49:50 +01:00
parent 80f4bb3d98
commit ce88fab714
6 changed files with 63 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ const uiContext = {
Link,
Text: Text as any,
Trigger: ContextMenuTrigger,
emitAction: () => {},
emitAction: () => void {},
};
/**