diff options
Diffstat (limited to 'sdnr/wt/odlux/framework/src/run.ts')
-rw-r--r-- | sdnr/wt/odlux/framework/src/run.ts | 1 |
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 new file mode 100644 index 000000000..68eff37d6 --- /dev/null +++ b/sdnr/wt/odlux/framework/src/run.ts @@ -0,0 +1 @@ +export { runApplication } from './app'; |