trunk/pc4public/portal/wea-menu/async.js

10 lines
217 B
JavaScript
Raw Normal View History

2023-12-05 15:40:33 +08:00
/*
* @Last Modified by: Theoton
* @Last Modified time: 2018-05-19 13:30:08
*/
import { asyncComponent } from 'react-async-component';
export default asyncComponent({
resolve: () => System.import('./index'),
});