import React from 'react' import { Typography } from '@supabase/ui' interface Props { title: string } export default function BlogHeader({ title }: Props) { return (