import React from 'react'; export function DraftPostBadge({ children }: React.PropsWithChildren) { return ( {children} ); }