blob: 4e6317020f5c222bf387cc4d48d8e741c14aec59 [file] [log] [blame]
Krishyae71688a2025-04-10 21:25:17 +08001// import React from 'react';
2// import './ForumPage.css';
Krishya75e43c02025-04-05 21:16:30 +08003
Krishyae71688a2025-04-10 21:25:17 +08004// const ForumPage = () => {
5// return (
6// <div className="forum-container">
7// <h1>论坛</h1>
8// <div className="forum-post">
9// <h2>示例帖子标题</h2>
10// <p>这是一个示例帖子内容,用于测试论坛页面的显示效果。</p>
11// </div>
12// <div className="forum-comment">
13// <p>示例评论内容:这是一条测试评论。</p>
14// </div>
15// </div>
16// );
17// };
Krishya75e43c02025-04-05 21:16:30 +080018
Krishyae71688a2025-04-10 21:25:17 +080019// export default ForumPage;