import React from 'react' interface Props { title: string } export default function BlogHeader({ title }: Props) { return (