import React from 'react'; const Loading = () => { return (
logo
); }; export default Loading;