| 5 | import { tutorialSteps } from './steps.js'; |
| 6 | |
| 7 | export class TutorialOverlay { |
| 8 | constructor(tutorialManager, applyCode) { |
| 9 | this.manager = tutorialManager; |
| 10 | this.applyCode = applyCode; |
nothing calls this directly
no outgoing calls
no test coverage detected