From 5ffc2e1f7324b1bfae01cc8ebf686a1155aac504 Mon Sep 17 00:00:00 2001 From: LautaroPetaccio Date: Mon, 4 Nov 2024 18:25:30 -0300 Subject: [PATCH] fix: Trigger redeployment --- src/index.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.ts b/src/index.ts index 8058a68..1f1abfe 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 }) \ No newline at end of file +// This file is the program entry point, it only calls the Lifecycle function +Lifecycle.programEntryPoint({ main, initComponents })