Skip to content

Commit 18735bf

Browse files
committed
Bug's solved
1 parent f6cbd77 commit 18735bf

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/index.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ description: "Master JavaScript from fundamentals to advanced architecture with
88
tags: [javascript, tutorial, web-development]
99
---
1010

11-
<!--
1211
import JSEditor from "@site/src/components/js-live-code-editor";
13-
-->
12+
1413
import CodeBlock from "@theme/CodeBlock";
1514
import firstExample from "!!raw-loader!./_scripts/01-javascript-tutorial.js";
1615

@@ -44,11 +43,10 @@ We have structured this journey into four distinct phases:
4443

4544
Let's verify your environment. Below is a live interactive editor. You can modify the code and click **Run** to see the output instantly.
4645

47-
<!--
46+
4847
<JSEditor title="01-foundations.js" run={true}>
4948
{firstExample}
5049
</JSEditor>
51-
-->
5250

5351
## Is This For You?
5452

0 commit comments

Comments
 (0)