From 10ffd1a77bacc595185b70128472d1e4ad82b208 Mon Sep 17 00:00:00 2001 From: Tiphaine Date: Fri, 5 Jul 2024 07:46:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB=20Better=20We?= =?UTF-8?q?lcome=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })