also fix import

This commit is contained in:
sfja 2025-10-10 18:02:15 +02:00
parent ea22b2de6a
commit e03f8ee662

View File

@ -8,7 +8,7 @@
<title>Karlkoder Playground</title>
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.2/ace.js"></script>
<script src="./playground/index.js" type="module"></script>
<script src="./src/index.js" type="module"></script>
</head>
<body>
<main>
@ -85,7 +85,7 @@
<pre
id="editor"
>
import * as lib from "lib";
const lib = karlkoder.lib();
lib.clear("green");