mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 17:59:09 +00:00
wip: refactoring tui
This commit is contained in:
@@ -38,7 +38,6 @@ function App() {
|
||||
const [state, setState] = useState(initial)
|
||||
const [input, setInput] = useState("")
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
fetch("http://localhost:16713/event")
|
||||
.then(stream => {
|
||||
|
||||
Reference in New Issue
Block a user