import * as React from 'react' import { UserMenu } from './user-menu' export async function Header() { return (
) }