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