import Title from 'antd/es/typography/Title'; interface HeaderProps { title: string; } export default function Header({ title }: HeaderProps) { return (