Files
SIGE-WEB-snapshot/wp-content/plugins/code-snippets/js/settings/index.ts

6 lines
157 B
TypeScript

import { handleSettingsTabs } from './tabs'
import { handleEditorPreviewUpdates } from './editor-preview'
handleSettingsTabs()
handleEditorPreviewUpdates()