diff --git a/src/index.ts b/src/index.ts index 1e8801f..8058a68 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,5 +2,5 @@ import { Lifecycle } from "@well-known-components/interfaces" import { initComponents } from "./components" import { main } from "./service" -// This file is the program entry point, it only calls the Lifecycle function +// This file is the program entry point, it only calls the Lifecycle function Lifecycle.programEntryPoint({ main, initComponents }) \ No newline at end of file