blob: f8504d575166071cd0e115cd7bcf0e3107fc3274 [file] [log] [blame]
Krishyae71688a2025-04-10 21:25:17 +08001// // src/pages/HomePage.jsx
2// import React from 'react';
Krishya75e43c02025-04-05 21:16:30 +08003
Krishyae71688a2025-04-10 21:25:17 +08004// const HomePage = () => {
5// return (
6// <div>
7// <h1>主页</h1>
8// </div>
9// );
10// };
Krishya75e43c02025-04-05 21:16:30 +080011
Krishyae71688a2025-04-10 21:25:17 +080012// export default HomePage;