'use client';

import { GrowthAIHub } from '@/components/growth/GrowthAIHub';

export default function GrowthPage() {
  return <GrowthAIHub />;
}
