also fix import
This commit is contained in:
parent
ea22b2de6a
commit
e03f8ee662
@ -8,7 +8,7 @@
|
|||||||
<title>Karlkoder Playground</title>
|
<title>Karlkoder Playground</title>
|
||||||
<link rel="stylesheet" href="./style.css">
|
<link rel="stylesheet" href="./style.css">
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.43.2/ace.js"></script>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
<main>
|
||||||
@ -85,7 +85,7 @@
|
|||||||
<pre
|
<pre
|
||||||
id="editor"
|
id="editor"
|
||||||
>
|
>
|
||||||
import * as lib from "lib";
|
const lib = karlkoder.lib();
|
||||||
|
|
||||||
lib.clear("green");
|
lib.clear("green");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user