mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 06:29:25 +08:00
8 lines
154 B
TypeScript
8 lines
154 B
TypeScript
import { Plugin } from '@nocobase/client';
|
|
|
|
class PluginDisablePmAddClient extends Plugin {
|
|
async load() {}
|
|
}
|
|
|
|
export default PluginDisablePmAddClient;
|