first commit
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
import Profile from '@/features/profile/ui/Profile';
|
import Profile from '@/features/profile/ui/Profile';
|
||||||
|
import { Suspense } from 'react';
|
||||||
|
|
||||||
const page = () => {
|
const page = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<Suspense>
|
||||||
<Profile />
|
<Profile />
|
||||||
</div>
|
</Suspense>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user