| 56 | const STORAGE_KEY = 'codag-tutorial-completed'; |
| 57 | |
| 58 | class Tutorial { |
| 59 | private overlay: HTMLElement | null = null; |
| 60 | private content: HTMLElement | null = null; |
| 61 | private dots: HTMLElement | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected