6 lines
213 B
TypeScript
6 lines
213 B
TypeScript
import { handleShowCloudPreview, handleSnippetActivationSwitches, handleSnippetPriorityChanges } from './services/manage'
|
|
|
|
handleSnippetActivationSwitches()
|
|
handleSnippetPriorityChanges()
|
|
handleShowCloudPreview()
|