diff --git a/src/index.ts b/src/index.ts index f671d33..274ea3e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,5 +5,5 @@ declare const Webflow: Webflow Webflow.push(() => { //Write your code here - console.log('Hello World test') + console.log('Hello World') })