This commit is contained in:
suvodip ghosh
2025-04-25 11:38:47 +00:00
parent 5a32c1a7d2
commit 9091219729
96 changed files with 2579 additions and 444 deletions

View File

@@ -0,0 +1,9 @@
---
import Layout from "../../layouts/Layout.astro";
// const phpHello = `$_SESSION['userName']`;
import UserProfile from "../../components/UserProfile";
---
<Layout title="Profile Page">
<UserProfile client:load />
</Layout>