import React, {Suspense} from 'react; const ProfilePage = React.lazy(() => import('./ProfilePage')); // Lazy-loaded // Show a spinner while ...
確定! 回上一頁