let to const
This commit is contained in:
parent
61dc6f980d
commit
5fabc5c7f9
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export function Repl({ embedded = false }) {
|
||||||
const [view, setView] = useState(); // codemirror view
|
const [view, setView] = useState(); // codemirror view
|
||||||
const [lastShared, setLastShared] = useState();
|
const [lastShared, setLastShared] = useState();
|
||||||
const [pending, setPending] = useState(true);
|
const [pending, setPending] = useState(true);
|
||||||
let {
|
const {
|
||||||
theme,
|
theme,
|
||||||
keybindings,
|
keybindings,
|
||||||
fontSize,
|
fontSize,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue