diff --git a/src/lib/components/refactor/ComposerAlice.svelte b/src/lib/components/refactor/ComposerAlice.svelte index 63848e7..f6a56c4 100644 --- a/src/lib/components/refactor/ComposerAlice.svelte +++ b/src/lib/components/refactor/ComposerAlice.svelte @@ -1,4 +1,5 @@
+

My ID is: {me.id}

+ I am the parent, this is my state: {$store.machine.state}
+ export let me; export let store; export let machineService; @@ -10,6 +11,8 @@
+

My ID is: {me.id}

+ i am the child and this is my state: {$store.machine.state}