style fixes + remove lastShared state

This commit is contained in:
Felix Roos 2023-12-26 00:29:43 +01:00
parent 4c337a5114
commit 53484db768
4 changed files with 17 additions and 7 deletions

View file

@ -209,7 +209,6 @@ export function Repl({ embedded = false }) {
started,
pending,
isDirty,
lastShared,
activeCode,
handleChangeCode,
handleTogglePlay,