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