// @ts-nocheck
import { Plugin } from '/Users/caishi/forgeplus-react/node_modules/@umijs/runtime';
const plugin = new Plugin({
validKeys: ['modifyClientRenderOpts','patchRoutes','rootContainer','render','onRouteChange',],
});
export { plugin };