Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { lazyLoad } from '@react-page/editor';
// lazyload everything to avoid accidental bundle size increase
export const RaReactPageInput = lazyLoad(() => import('./RaReactPageInput'));
export const RaSelectReferenceInputField = lazyLoad(
() => import('./RaSelectReferenceInputField')
);