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