import * as React from 'react';...import loadable from '@loadable/component'; export default (name: string, data) => { const AsyncPage = loadable(() => ...
確定! 回上一頁