| 1 | import {DEFAULT_SETTINGS, DEFAULT_THEME} from '../../../src/defaults'; |
| 2 | import type {Theme, UserSettings} from '../../../src/definitions'; |
| 3 | import {ThemeEngine} from '../../../src/generators/theme-engines'; |
| 4 | import {AutomationMode} from '../../../src/utils/automation'; |
nothing calls this directly
no test coverage detected