cl01/wp-content/plugins/code-snippets/js/settings.ts
2025-02-24 12:39:24 +08:00

5 lines
136 B
TypeScript
Executable File

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