+
+
Login to Your Account
+
+
Or continue with
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/profile.astro b/src/pages/profile.astro
index 7659218..3b1d031 100644
--- a/src/pages/profile.astro
+++ b/src/pages/profile.astro
@@ -1,10 +1,12 @@
---
import Layout from "../layouts/Layout.astro";
-const phpHello = `$_SESSION['userName']`;
+// const phpHello = `$_SESSION['userName']`;
+import UserProfile from "../components/UserProfile";
---