import React from 'react' import PropTypes from 'prop-types' import Codemirror from 'react-codemirror'; CodeEditor.propTypes = { content: PropTypes.string.isRequired, onChange: PropTypes.func.isRequired, } export default function CodeEditor ( { content, onChange} ){ let options = { lineNumbers: true }; return (
e.stopPropagation()}>
) } t='cgit logo'/> index : iCE40/ghdl
[no description]
aboutsummaryrefslogtreecommitdiffstats
path: root/src/bug.ads
blob: c90ca0976dc5e01b960527a7f218aaba95ed8eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26