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