feat: 群代发改版
This commit is contained in:
12
src/pages/group-delegate-publish/index.tsx
Normal file
12
src/pages/group-delegate-publish/index.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import UserBatchPublish from '@/components/user-batch-publish';
|
||||
import './index.less';
|
||||
|
||||
const PREFIX = 'group-delegate-publish';
|
||||
|
||||
export default function Partner() {
|
||||
return (
|
||||
<div className={PREFIX}>
|
||||
<UserBatchPublish />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user