Skip to content

Commit dc32102

Browse files
committed
Remove unnecessary code from playground example
1 parent 683ef7b commit dc32102

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

src/Playground.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Playground.res

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,14 +1397,7 @@ module OutputPanel = {
13971397
}
13981398
}
13991399

1400-
let initialResContent = j`
1401-
1402-
let world = "world"
1403-
let a = \`
1404-
Hello ${"${world}"}
1405-
\`
1406-
1407-
module Button = {
1400+
let initialResContent = `module Button = {
14081401
@react.component
14091402
let make = (~count: int) => {
14101403
let times = switch count {

0 commit comments

Comments
 (0)