s33
This commit is contained in:
9
src/pages/profile/index.astro
Normal file
9
src/pages/profile/index.astro
Normal 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>
|
||||
Reference in New Issue
Block a user