mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
Added quote to code_javascript.json
This commit is contained in:
parent
09ce32222c
commit
a78783af46
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@
|
|||
"source": "Monkeytype Sourcecode",
|
||||
"length": 92,
|
||||
"id": 3
|
||||
},
|
||||
{
|
||||
"text": "export default function App(props) {\\n\\treturn (\\n\\t\\t<div {...props}>\\n\\t\\t\\tHello World!\\n\\t\\t</div>\\n\\t);\\n}",
|
||||
"source": "Basic React.js Example",
|
||||
"length": 111,
|
||||
"id": 4
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue