import { NavLink } from 'react-router-dom' const links = [ { to: '/estimate', label: 'Transfer Estimator' }, { to: '/ffp', label: 'PSR Advisor' }, { to: '/intel', label: 'Live Intel' }, ] export default function Navbar() { return ( ) }