import { ComingSoon } from "@/components/ui/ComingSoon";

export default function Page() {
  return (
    <ComingSoon
      title="التقارير"
      description="تقارير الأرباح والعمليات وتصدير Excel/PDF — المرحلة الثالثة."
    />
  );
}
