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

11 lines
268 B
TypeScript

import React from "react";
import PlaceholderPage from "@/components/PlaceholderPage";
const GroupPush: React.FC = () => {
return (
<PlaceholderPage title="群发推送" showAddButton addButtonText="新建推送" />
);
};
export default GroupPush;