UNPKG

hotel-ai-widget

Version:

A customizable hotel chat widget for React and vanilla HTML

6 lines (5 loc) 138 B
export const useAuth = () => { const isConnected = true; const address = "demo-user-123"; return { isConnected, address }; };