import { Progress } from "@chakra-ui/react"; export const LoadingScreen = ({ text }) => (
{text && (
{text}
)}
);