Your IP : 216.73.216.215


Current Path : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/js/entries/
Upload File :
Current File : /home/flapst5/ekmtoronto.com/wp-content/plugins/code-snippets/js/entries/settings.ts

import { Toolbar } from '../components/common/Toolbar'
import { handleEditorPreviewUpdates, handleSettingsTabs, initVersionSwitch, relocateScreenMeta } from '../services/settings'
import { loadComponent } from '../utils/bootstrap'

loadComponent('code-snippets-toolbar-container', Toolbar)

handleSettingsTabs()
relocateScreenMeta()
handleEditorPreviewUpdates()
initVersionSwitch()