diff options
Diffstat (limited to 'js/example')
| -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 => { |
