import { ChatThread } from "@/components/chat-thread"; // Tab-bar footprint: 78px tall + 20px bottom margin (see (tabs)/_layout.tsx). // It's position:"absolute" so it reserves no layout space of its own — the // composer below needs this much extra clearance or the floating pill bar // sits on top of it. const TAB_BAR_CLEARANCE = 98; const Chat = () => ; export default Chat;