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