diff options
| author | adamdottv <[email protected]> | 2025-05-28 12:35:20 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-28 15:36:35 -0500 |
| commit | 15d21bf04acd6af75df97918f66df866c239b248 (patch) | |
| tree | 16ac93b0c686faaf3b21700771b082b6bc26f098 /js | |
| parent | 5e738ce7d3b66b88a407a1bcc53a5169d0f4a904 (diff) | |
| download | opencode-15d21bf04acd6af75df97918f66df866c239b248.tar.gz opencode-15d21bf04acd6af75df97918f66df866c239b248.zip | |
wip: refactoring tui
Diffstat (limited to 'js')
| -rw-r--r-- | js/example/ink.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/example/ink.tsx b/js/example/ink.tsx index 2cd4aaa0c..5eaab4d3b 100644 --- a/js/example/ink.tsx +++ b/js/example/ink.tsx @@ -38,7 +38,6 @@ function App() { const [state, setState] = useState(initial) const [input, setInput] = useState("") - useEffect(() => { fetch("http://localhost:16713/event") .then(stream => { |
