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