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