Skip to content

Commit

Permalink
chore: add space (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 1, 2023
1 parent 18ded22 commit bf429f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

0 comments on commit bf429f5

Please sign in to comment.