examples/simple-chatbot: move clients to client directory
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { useRTVIClientTransportState } from 'realtime-ai-react';
|
||||
|
||||
export function StatusDisplay() {
|
||||
const transportState = useRTVIClientTransportState();
|
||||
|
||||
return (
|
||||
<div className="status">
|
||||
Status: <span>{transportState}</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user