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