wip: refactoring tui

This commit is contained in:
adamdottv 2025-05-28 12:35:20 -05:00
parent 5e738ce7d3
commit 15d21bf04a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
10 changed files with 135 additions and 271 deletions

View file

@ -38,7 +38,6 @@ function App() {
const [state, setState] = useState(initial)
const [input, setInput] = useState("")
useEffect(() => {
fetch("http://localhost:16713/event")
.then(stream => {