mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-06-30 00:12:54 +08:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import styles from "./index.module.scss";
|
|
|
|
const LatestLearnPage = () => {
|
|
return <>最近学习</>;
|
|
};
|
|
|
|
export default LatestLearnPage;
|