summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/framework/src/run.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/framework/src/run.ts')
-rw-r--r--sdnr/wt/odlux/framework/src/run.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/framework/src/run.ts b/sdnr/wt/odlux/framework/src/run.ts
index 10692e8d6..991b7494e 100644
--- a/sdnr/wt/odlux/framework/src/run.ts
+++ b/sdnr/wt/odlux/framework/src/run.ts
@@ -15,4 +15,5 @@
* the License.
* ============LICENSE_END==========================================================================
*/
+export { configureApplication } from './handlers/applicationStateHandler';
export { runApplication } from './app';