import React from "react"; import styles from "./index.module.scss"; function Smart() { return (

Smart

) } const MemoSmart = React.memo(Smart); export default MemoSmart;