From e03f8ee66214466135fc97e0fbbd96d42bb739d2 Mon Sep 17 00:00:00 2001 From: sfja Date: Fri, 10 Oct 2025 18:02:15 +0200 Subject: [PATCH] also fix import --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index aa9f39b..7c0eda0 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Karlkoder Playground - +
@@ -85,7 +85,7 @@
-import * as lib from "lib";
+const lib = karlkoder.lib();
 
 lib.clear("green");