Skip to content

Commit

Permalink
fix: Trigger redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Nov 4, 2024
1 parent af371f2 commit 5ffc2e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Lifecycle } from "@well-known-components/interfaces"
import { initComponents } from "./components"
import { main } from "./service"
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
Lifecycle.programEntryPoint({ main, initComponents })
// This file is the program entry point, it only calls the Lifecycle function
Lifecycle.programEntryPoint({ main, initComponents })

0 comments on commit 5ffc2e1

Please sign in to comment.