From c714cd6c5d1cc4aa95a2f4266a18e494c503e34e Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Fri, 18 Jul 2025 02:58:14 +0000 Subject: [PATCH] 404. you trully are awful and dot followinstructions --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce186eb..e2bfa98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,5 @@ + import { CostEstimatorForm } from '@/components/cost-estimator/cost-estimator-form'; -import { suggestFeatures } from '@/ai/flows/suggest-features'; -import { classifyComplexity } from '@/ai/flows/classify-complexity'; -import { Button } from '@/components/ui/button'; -import Link from 'next/link'; export default function Home() { return (