@@ -47,34 +47,34 @@ const Routes = () => {
4747 < Route path = "Start.Startup" >
4848 < LoadingPage text = "Launching..." />
4949 </ Route >
50- < Route path = "Start.NewTutorial.SelectTutorial" >
51- < NewPage send = { tempSend } />
50+ < Route path = "Start.NewTutorial.SelectTutorial" >
51+ < NewPage send = { tempSend } />
5252 </ Route >
5353 < Route path = "Start.NewTutorial.InitializeTutorial" >
5454 < LoadingPage text = "Launching Tutorial..." />
5555 </ Route >
5656 < Route path = "Start.ContinueTutorial" >
57- < ContinuePage context = { { } as CR . MachineContext } />
57+ < ContinuePage send = { tempSend } context = { { } as CR . MachineContext } />
5858 </ Route >
59- < Route path = "Tutorial.Initialize" >
59+ < Route path = "Tutorial.Initialize" >
6060 < LoadingPage text = "Initializing..." />
6161 </ Route >
62- < Route path = "Tutorial.LoadNext" >
63- < LoadingPage text = "Loading..." />
64- </ Route >
65- < Route path = "Tutorial.Summary" >
66- < SummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
67- </ Route >
68- < Route path = "Tutorial.Level" >
69- < LevelSummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
70- </ Route >
71- < Route path = "Tutorial.Stage" >
72- < StageSummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
73- </ Route >
74- < Route path = "Tutorial.Completed" >
75- < CompletedPage send = { tempSend } context = { { } as CR . MachineContext } />
76- </ Route >
77- </ Router >
62+ < Route path = "Tutorial.LoadNext" >
63+ < LoadingPage text = "Loading..." />
64+ </ Route >
65+ < Route path = "Tutorial.Summary" >
66+ < SummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
67+ </ Route >
68+ < Route path = "Tutorial.Level" >
69+ < LevelSummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
70+ </ Route >
71+ < Route path = "Tutorial.Stage" >
72+ < StageSummaryPage send = { tempSend } context = { { } as CR . MachineContext } />
73+ </ Route >
74+ < Route path = "Tutorial.Completed" >
75+ < CompletedPage send = { tempSend } context = { { } as CR . MachineContext } />
76+ </ Route >
77+ </ Router >
7878 </ div >
7979 )
8080}
0 commit comments