import { Placeholder } from "@/components/Placeholder"; import { Send } from "lucide-react"; export default function DraftsPage() { return ( } body="Scheduled sends from the composer land here until they're delivered. Gated by the `drafts` and `scheduledSend` feature flags." /> ); }