interface HeaderProps { title: string; } export default function Header({ title }: HeaderProps) { return (