diff --git a/src/app/[locale]/profile/page.tsx b/src/app/[locale]/profile/page.tsx index a35f7ae..78e736e 100644 --- a/src/app/[locale]/profile/page.tsx +++ b/src/app/[locale]/profile/page.tsx @@ -1,10 +1,11 @@ import Profile from '@/features/profile/ui/Profile'; +import { Suspense } from 'react'; const page = () => { return ( -