📅  最后修改于: 2022-03-11 15:02:37.604000             🧑  作者: Mango
import React, {Suspense} from 'react;
const ProfilePage = React.lazy(() => import('./ProfilePage')); // Lazy-loaded
// Show a spinner while the profile [data fetching] is loading
}>