refactor DynamicSDCP lib for core

This commit is contained in:
srgooglo 2020-10-09 19:16:05 +02:00
parent 4e060760fd
commit 0ca3d5bacc
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ import * as appInterface from './appInterface'
export * from './settings' export * from './settings'
export * from './router' export * from './router'
export * from './verbosity' export * from './verbosity'
export * from './extension' export * from './dynamicsdcp'
export { v3_model, appInterface } export { v3_model, appInterface }