import { Box } from 'grommet' import dynamic from 'next/dynamic' import Image, { type StaticImageData } from 'next/image' import Link from 'next/link' import { forwardRef } from 'react' import type { ForwardedRef, MouseEventHandler } from 'react' import logo from '../images/logo.svg' const AccountButton = dynamic(() => import('./client/AccountButton'), { ssr: false, }) type LogoProps = { onClick?: MouseEventHandler href?: string } const Logo = forwardRef(function LogoImage( { onClick, href }: LogoProps, ref: ForwardedRef ) { return ( Self.ID ) }) export default function Navbar() { return ( ) }