import React from 'react'; export default function LoadingOverlay({ message = 'Please wait...' }) { return (
{message}