diff --git a/frontend/app/(sidebar)/data-pipeline/create/page.tsx b/frontend/app/(sidebar)/data-pipeline/create/page.tsx index a920c96..42edcdf 100644 --- a/frontend/app/(sidebar)/data-pipeline/create/page.tsx +++ b/frontend/app/(sidebar)/data-pipeline/create/page.tsx @@ -1,33 +1,11 @@ import { Button } from "@/components/ui/button"; -import { - Card, - CardContent, - CardDescription, - CardHeader, - CardTitle, -} from "@/components/ui/card"; -import { Input } from "@/components/ui/input"; -import { Label } from "@/components/ui/label"; -import { Textarea } from "@/components/ui/textarea"; -import { - ArrowLeft, - Globe, - FileUp, - DatabaseIcon, - Plus, - Trash2, -} from "lucide-react"; +import { ArrowLeft } from "lucide-react"; import Link from "next/link"; import PageHeader from "@/components/page-header"; -import { Badge } from "@/components/ui/badge"; -import { - Accordion, - AccordionContent, - AccordionItem, - AccordionTrigger, -} from "@/components/ui/accordion"; import { PipelineDetails } from "@/components/pipeline/details"; import { PipelineAiAssistant } from "@/components/pipeline/ai-assistant"; +import { AddDataSource } from "@/components/pipeline/add-data-source"; +import { ScheduleAndInformation } from "@/components/pipeline/schedule-and-information"; export default function CreatePipelinePage() { return ( @@ -55,358 +33,9 @@ export default function CreatePipelinePage() { - +
- - - Data Sources - - Add one or more data sources to your pipeline - - - - - - -
- - Website Source #1 -
-
- -
-
- - -
- -
-
- - - Pattern Detection - -
-