import React from "react"; import LoadingStyled from "./LoadingScreen.style" const LoadingScreen = () => { return ; }; export default LoadingScreen;