This commit is contained in:
durian88 2024-01-09 11:36:29 +08:00
parent 1ebab3f9f4
commit 5492c24068
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import './index.scss';
function HomePage(props) { function HomePage(props) {
return ( return (
<div>云际计算社区首页自定义</div> <div>云际计算社区首页代码自定义</div>
) )
} }
export default HomePage; export default HomePage;