machine.ts
1 const machine = createMachine({
2 initial: 'idle',
3 states: {
4 idle: {},
5 }
6 })
when lost, press H to go home
github