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