import React from 'react'; export default function MobileNav({ title = 'New Chat' }) { return (

{title}

); }