(newTheme: ThemeSetting)
| 52 | } |
| 53 | } |
| 54 | function handleThemeSelection(newTheme: ThemeSetting) { |
| 55 | setTheme(newTheme); |
| 56 | goToNextStep(); |
| 57 | } |
| 58 | const exitState = useExitOnCtrlCDWithKeybindings(); |
| 59 | |
| 60 | // Define all onboarding steps |
nothing calls this directly
no test coverage detected