export function Header({ title }: { title: string }) { return ` `; }