Files
ckb-SuperAdmin/nkebao/src/pages/profile/Profile.tsx
笔记本里的永平 b128410346 feat: 本次提交更新内容如下
定版本,准备大批量迁移
2025-07-19 11:40:02 +08:00

9 lines
226 B
TypeScript

import React from "react";
import PlaceholderPage from "@/components/PlaceholderPage";
const Profile: React.FC = () => {
return <PlaceholderPage title="个人中心" showBack={false} />;
};
export default Profile;