import React from "react"; const LoadingSpinner = ({isLoading = true, text=''}) => { if (!isLoading) return null; return (