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

15 lines
301 B
TypeScript

import React from "react";
import PlaceholderPage from "@/components/PlaceholderPage";
const MomentsSync: React.FC = () => {
return (
<PlaceholderPage
title="朋友圈同步"
showAddButton
addButtonText="新建同步"
/>
);
};
export default MomentsSync;