| 1 | import {DEFAULT_SETTINGS, DEFAULT_THEME} from '../defaults'; |
| 2 | import type {UserSettings, Theme, ThemePreset, CustomSiteConfig, TimeSettings, LocationSettings, Automation} from '../definitions'; |
| 3 | |
| 4 | import {AutomationMode} from './automation'; |
nothing calls this directly
no test coverage detected