say goodbye to xmcp/react-lazyload

This commit is contained in:
2022-04-08 00:42:21 +08:00
parent 9ecc008341
commit eb311d92f6
6 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ import {
HighlightedMarkdown,
} from './Common';
import './Flows.css';
import LazyLoad, { forceCheck } from './react-lazyload/src';
import LazyLoad, { forceCheck } from 'react-lazyload';
import { TokenCtx, ReplyForm } from './UserAction';
import { API, parse_replies } from './flows_api';
import { cache } from './cache';