mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-04 14:21:59 -04:00
let to const
This commit is contained in:
@@ -114,7 +114,7 @@ export function Repl({ embedded = false }) {
|
||||
const [view, setView] = useState(); // codemirror view
|
||||
const [lastShared, setLastShared] = useState();
|
||||
const [pending, setPending] = useState(true);
|
||||
let {
|
||||
const {
|
||||
theme,
|
||||
keybindings,
|
||||
fontSize,
|
||||
|
||||
Reference in New Issue
Block a user