type LoadingProps = { message?: string; }; const Loading = ({ message }: LoadingProps) => { return (
{message}