"use client"; type Props = { onTap?: () => void; }; export function LoadingLogo({ onTap }: Props) { return ( ); }