Add OAuth support to odlux
[ccsdk/features.git] / sdnr / wt / odlux / framework / src / run.ts
index 10692e8..991b749 100644 (file)
@@ -15,4 +15,5 @@
  * the License.
  * ============LICENSE_END==========================================================================
  */
+export { configureApplication } from './handlers/applicationStateHandler';
 export { runApplication } from './app';