Files
2026-04-28 15:13:50 +02:00

6 lines
213 B
TypeScript

import { handleShowCloudPreview, handleSnippetActivationSwitches, handleSnippetPriorityChanges } from './services/manage'
handleSnippetActivationSwitches()
handleSnippetPriorityChanges()
handleShowCloudPreview()