Files
sp/src/pages/profile/index.astro
suvodip ghosh 9091219729 s33
2025-04-25 11:38:47 +00:00

10 lines
229 B
Plaintext

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