diff --git a/frontend/app/(routes)/data-pipeline/create/page.tsx b/frontend/app/(routes)/data-pipeline/create/page.tsx deleted file mode 100644 index a382632..0000000 --- a/frontend/app/(routes)/data-pipeline/create/page.tsx +++ /dev/null @@ -1,407 +0,0 @@ -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, BrainCircuit } 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 { Switch } from "@/components/ui/switch" - -export default function CreatePipelinePage() { - return ( -
- - -
- - - - -
-
- - - Pipeline Details - Basic information about your data pipeline - - -
-
- - -
- -
- -