From 0df06f8aa97817a37598cdd5ebd338d0b033092e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:07 +0000 Subject: [PATCH] Update src/app/profile/page.tsx --- src/app/profile/page.tsx | 34 ++++++++++++++++++++++++---------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 9674b98..582d608 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -6,14 +6,28 @@ import React from "react"; export default function ProfilePage() { return ( - - + +

User Profile

@@ -21,11 +35,11 @@ export default function ProfilePage() {
- +
- +
-- 2.49.1