8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
import { handleSnippetActivationSwitches } from './activation'
|
|
import { handleSnippetPriorityChanges } from './priority'
|
|
import { handleShowCloudPreview } from './cloud'
|
|
|
|
handleSnippetActivationSwitches()
|
|
handleSnippetPriorityChanges()
|
|
handleShowCloudPreview()
|