\ No newline at end of file
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
index 6304530..59e9e1c 100644
--- a/src/app/profile/page.tsx
+++ b/src/app/profile/page.tsx
@@ -1,19 +1,67 @@
-import React from "react";
+'use client'
+import React, {useEffect, useState} from "react";
import {Button} from "@/components/ui/button";
-import {KeyRound, Rss, UserRoundPlus} from "lucide-react";
+import Link from "next/link";
+import {AccountService} from "@/services/account.service";
+import {IUserDataProfile} from "@/types/userdata.type";
+import {TriangleAlert} from "lucide-react";
+import {Profile} from "@/components/profile";
export default function ProfilePage() {
- return (
-
-
-