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