changed method of import for verbosity

This commit is contained in:
srgooglo 2020-10-19 16:46:57 +02:00
parent c06ffe5e0d
commit f327225db2

View File

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