import styles from "./index.module.scss"; const LatestLearnPage = () => { return <>最近学习; }; export default LatestLearnPage;