import CartModal from 'components/cart/modal'; import LogoSquare from 'components/logo-square'; import Link from 'next/link'; import { CurrencySelector } from './currency'; export function Navbar({currency}: {currency: string}) { return ( ); }