Files
2026-04-28 15:13:50 +02:00

6 lines
175 B
TypeScript

import { handleEditorPreviewUpdates, handleSettingsTabs, initVersionSwitch } from './services/settings'
handleSettingsTabs()
handleEditorPreviewUpdates()
initVersionSwitch()