@@ -47,34 +47,34 @@ const Routes = () => {
47
47
< Route path = "Start.Startup" >
48
48
< LoadingPage text = "Launching..." />
49
49
</ Route >
50
- < Route path = "Start.NewTutorial.SelectTutorial" >
51
- < NewPage send = { tempSend } />
50
+ < Route path = "Start.NewTutorial.SelectTutorial" >
51
+ < NewPage send = { tempSend } />
52
52
</ Route >
53
53
< Route path = "Start.NewTutorial.InitializeTutorial" >
54
54
< LoadingPage text = "Launching Tutorial..." />
55
55
</ Route >
56
56
< Route path = "Start.ContinueTutorial" >
57
- < ContinuePage context = { { } as CR . MachineContext } />
57
+ < ContinuePage send = { tempSend } context = { { } as CR . MachineContext } />
58
58
</ Route >
59
- < Route path = "Tutorial.Initialize" >
59
+ < Route path = "Tutorial.Initialize" >
60
60
< LoadingPage text = "Initializing..." />
61
61
</ 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 >
78
78
</ div >
79
79
)
80
80
}
0 commit comments