import React from "react"; export default function LoadingOverlay({ text = "Loading workspace..." }) { return (

{text}

); }