6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { handleSettingsTabs } from './tabs'
|
|
import { handleEditorPreviewUpdates } from './editor-preview'
|
|
|
|
handleSettingsTabs()
|
|
handleEditorPreviewUpdates()
|