mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
wip: refactoring tui
This commit is contained in:
parent
5e738ce7d3
commit
15d21bf04a
10 changed files with 135 additions and 271 deletions
|
|
@ -38,7 +38,6 @@ function App() {
|
|||
const [state, setState] = useState(initial)
|
||||
const [input, setInput] = useState("")
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
fetch("http://localhost:16713/event")
|
||||
.then(stream => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue