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