9 lines
147 B
Plaintext
9 lines
147 B
Plaintext
|
---
|
||
|
import InboxPage from '../components/Views/Inbox'
|
||
|
import About from '../layouts/about.astro'
|
||
|
---
|
||
|
|
||
|
<About>
|
||
|
<InboxPage client:load />
|
||
|
</About>
|