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