Loading...
function App() {
return (
<div>
<Suspense fallback={<Loading />}>
<UserProfile />
</Suspense>
</div>
);
}
waiting
no boundaries yet