From 15d21bf04acd6af75df97918f66df866c239b248 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 28 May 2025 12:35:20 -0500 Subject: wip: refactoring tui --- js/example/ink.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'js/example') 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 => { -- cgit v1.2.3