import { Plugin } from '@nocobase/client'; class PluginDisablePmAddClient extends Plugin { async load() {} } export default PluginDisablePmAddClient;