import { handleSnippetActivationSwitches } from './activation'
import { handleSnippetPriorityChanges } from './priority'
import { handleShowCloudPreview, handleCloudBundleInputsChange } from './cloud'

handleSnippetActivationSwitches()
handleSnippetPriorityChanges()
handleShowCloudPreview()
handleCloudBundleInputsChange()
