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