import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; export function ScheduleAndInformation() { return ( Schedule & Automation Configure when and how your pipeline should run
); }