import React from 'react'; import './index.less'; // https://github.com/web-infra-dev/rspress/issues/553 const FixedFeatureOverview = React.lazy(() => import('@flowgram.ai/demo-fixed-layout').then((module) => ({ default: module.DemoFixedLayout, })) ); export { FixedFeatureOverview };