import { Props } from "./Props"; export const UnpublishSmall = (props: Props) => { return ( ); };