import React from "react"; import styles from "./index.module.scss"; function A5show() { return (
宁博展览
); } const MemoA5show = React.memo(A5show); export default MemoA5show;