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