// import { JSX } from 'preact' // import { IS_BROWSER } from '$fresh/runtime.ts' import { Bars3Outline } from 'preact-heroicons' import { Clock } from '@homeman/islands/Clock.tsx' export function Nav(/* props: {} */) { return ( ) }