export interface HeaderProps {
    logo?: string;
    title: string;
}
