Krishya | e71688a | 2025-04-10 21:25:17 +0800 | [diff] [blame^] | 1 | // // src/pages/HomePage.jsx |
2 | // import React from 'react'; | ||||
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 3 | |
Krishya | e71688a | 2025-04-10 21:25:17 +0800 | [diff] [blame^] | 4 | // const HomePage = () => { |
5 | // return ( | ||||
6 | // <div> | ||||
7 | // <h1>主页</h1> | ||||
8 | // </div> | ||||
9 | // ); | ||||
10 | // }; | ||||
Krishya | 75e43c0 | 2025-04-05 21:16:30 +0800 | [diff] [blame] | 11 | |
Krishya | e71688a | 2025-04-10 21:25:17 +0800 | [diff] [blame^] | 12 | // export default HomePage; |