import type { Session } from '@supabase/supabase-js'; import { SiteHeaderAccountSection } from '~/(marketing)/_components/site-header-account-section'; import { SiteNavigation } from '~/(marketing)/_components/site-navigation'; import { AppLogo } from '~/components/app-logo'; export function SiteHeader(props: { session?: Session | null }) { return (
); }