/home/crealab/joms.brainware.com.co/wp-content/plugins/code-snippets/js/manage.ts
import { handleShowCloudPreview, handleSnippetActivationSwitches, handleSnippetPriorityChanges } from './services/manage'

handleSnippetActivationSwitches()
handleSnippetPriorityChanges()
handleShowCloudPreview()