import { MessageSquare } from "lucide-react"; const NoChatSelected = () => { return (
{/* Icon Display */}
{/* Welcome Text */}

Welcome to Chatty!

Select a conversation from the sidebar to start chatting

); }; export default NoChatSelected;