From 3cdf59d41ad92886d3621685dda058f713086181 Mon Sep 17 00:00:00 2001 From: Aodhagan Murphy Date: Tue, 21 Feb 2023 15:33:23 +0000 Subject: [PATCH] fix: change to trigger release [TOL-918] --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 76424902..c03c0e73 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,3 +1,3 @@ export const testFunction = () => { - window.alert('live preview package works!'); + console.log('live preview package works!'); };