export const LoadingOverlay = ({ message = 'Loading...' }) => { return (
{/* Loading content */}

{message}

); };