ClaudeKeep

export default async function ChatsPage() { return ( <div className="h-[calc(100vh-4rem)] flex mt-32 justify-center"> <div className="text-center space-y-4"> <h2 className="text-2xl text-muted-foreground">Pick a chat</h2> </div> </div> ); }