feat: 新增系统配置/用户管理页面,重构页面目录结构为 /xxx/index.tsx
This commit is contained in:
10
src/pages/about/index.tsx
Normal file
10
src/pages/about/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
const About = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>关于</h1>
|
||||
<p>这是关于页面。</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default About;
|
||||
Reference in New Issue
Block a user