import { UnderDevelopment } from '@/components/ui';

export default function Blog() {
  return <UnderDevelopment pageTitle="Blog" />;
}
