()
| 188 | } |
| 189 | |
| 190 | export function openInjectionTutorial() { |
| 191 | CarrotDebug.ui('🎓 openInjectionTutorial called'); |
| 192 | startTutorial('injection-system'); |
| 193 | } |
| 194 | |
| 195 | export function openTemplateEditorTutorial() { |
| 196 | startTutorial('template-editor'); |
no test coverage detected