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