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