import React from "react"; const LoadingScreen = ({ status }) =>
{status}
; export default LoadingScreen;