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