import React from "react"; import styles from "./index.module.scss"; function UpAsyncLoding() { return (
); } const MemoUpAsyncLoding = React.memo(UpAsyncLoding); export default MemoUpAsyncLoding;